Debugging
AWS instances with docker are killed
When we want find out why an ec2 instance was killed, we need to first check if docker container is present. We need to use -a
flag to tell docker to return also containers that are not running.
Then we want to use name of the service and get logs.
See how docker instances were started
Or more standard command that print out all data, without shortening it.
Last updated
Was this helpful?