I am new to using docker.
I have pulled an image for Jenkins from the docker repository and made some changes in the Jenkins server that has been deployed via docker.
Currently this container is running on my machine,and I want run this Jenkins image with my changes on a seperate machine as well.
Is it possible to push my snapshot of the Jenkins images to some repo and then pull it on a different machine and run it there as well?
Thanks in advance