Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 387 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 387 Bytes

Docker Pushmi-Pullyu

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.

Dr. Dolittle's pushmi-pullyu