1

I'm using execute-command to open a shell in a AWS Fargate container:

aws ecs execute-command --cluster MtStack-MyCluster7G3C63FE-D8338439438C \
    --task d5d35723871267123672312a \
    --interactive \
    --command "/bin/bash"

The does not show any colours. Is there a way to enable colours?

2
  • stackoverflow.com/a/33499558/1032785 Commented Jul 11, 2022 at 22:02
  • @jordanm thanks for the link to the solution, but could you explain how it answers my question? Commented Jul 12, 2022 at 3:39

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.