Skip to navigation
How to login to a debian docker image and save it version?
03.05.15
1. install a debian docker images sudo docker pull debian 2. login to this debian sudo docker run -i -t debian /bin/bash 3. inside this debian docker you can install application and lib with apt-get example: apt-get install apache2 4. in another shell check the id of this running docker by: sudo docker ps -l 5. now with this ID you can save this docker debian instance to a new docker image with: sudo docker commit 48dcc4771279 debian2 6. to see all your images do: sudo docker images
http://www.docker.com
Reply
Anonymous
Information Epoch 1767036219
When you have nothing surprising to say, you should say nothing.
Home
Notebook
Contact us