How to move Docker containers between different hosts?
Alternatively, if you do not wish to push to a repository: Export the container to a tarball docker export <CONTAINER ID> > /home/export.tar Move your tarball to new machine Import it back cat /home/export.tar | docker import – some-name:latest