Hacker News new | ask | show | jobs
by e12e 1559 days ago
Indeed, registries don't do much more than what:

    docker image save foo:latest \
      | ssh pod docker image load
does (the stream is a docker tar archive with layers and metadata).