This post is older than a year. Consider some information might not be accurate anymore.
Replace id and there you go:
sudo docker exec -i -t dd81eb497f43 /bin/bash
Or use the image name
docker run -ti ubuntu:latest /bin/bash
This post is older than a year. Consider some information might not be accurate anymore.
Replace id and there you go:
sudo docker exec -i -t dd81eb497f43 /bin/bash
Or use the image name
docker run -ti ubuntu:latest /bin/bash