Docker Container Tutorial #2 Making changes to docker images




In the second part of the Docker Containers Tutorials I demonstrate how changes can be made to a Docker image from within a container. I then demonstrate …

Original source


One response to “Docker Container Tutorial #2 Making changes to docker images”

  1. Changing code in application folder and use the command "docker commit <hash> <new name>" doesn't help update the image. after I remove old container and create and run new one, the old code from the last image still persists. What should I do to make changes the image if application code was changed ?

Leave a Reply