Loading...

Start bash in docker container

:heavy_exclamation_mark: This post is older than a year. Consider some information might not be accurate anymore. :heavy_exclamation_mark:

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
Please remember the terms for blog comments.