Hacker News new | ask | show | jobs
by opendais 4390 days ago
http://blog.codiez.co.za/2013/09/setup-a-docker-container-wi...

sudo docker run -i -t ubuntu /bin/bash sudo docker commit [container id] [tag]

Is that what you are looking for?

1 comments

docker commit produces an opaque container image that's not documented or repeatable.