I'm configuring some apps while an image is running then commit the changes
docker commit -m "rabbit queue creation" 3427e02574ea team1/image1:rabbit-shovel
docker push team1/image1:rabbit-shovel
But when I stop and re-start the changes aren't there.
Every time you run `docker run' it starts a new container, i.e. generates a new container id.
Do a docker ps -a to see all containers and make sure your container id is for the correct container instance you want to docker commit as a new image.
HTH
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With