When I launch a container using docker run
the command prompt shows a lot of useful information that's invaluable while debugging.
Is there a mechanism is ECS that allows me to capture this information? At the moment, I'm SSH'ing into the container and launching containers manually to debug them, which is not ideal.