Difference between revisions of "Docker"
From MyWiki
Line 2: | Line 2: | ||
'''Updating and committing an image'''<br> | '''Updating and committing an image'''<br> | ||
+ | 1. Start the image and note the number : | ||
+ | $ docker run -t -i training/sinatra /bin/bash | ||
+ | root@0b2616b0e5a8:/# |
Revision as of 12:14, 24 June 2015
Reference : https://docs.docker.com/userguide/dockerimages/
Updating and committing an image
1. Start the image and note the number :
$ docker run -t -i training/sinatra /bin/bash root@0b2616b0e5a8:/#