A script to copy Docker images directly to a remote host without using Docker Hub or a hosted registry.
The implementation pushes images to a temporary local registry then pulls them to the remote host through an SSH tunnel. This takes advantage of Docker's layer-based cache to avoid superfluous network I/O.