0

Is there another way to transport a container image between 2 private hosts, without using docker hub?

I am running docker Desktop 2.1 on windows 10 (latest version).

Update

Note: I look for a solution for windows containers, running on windows 10 and windows server. Also, i don't intent to use a docker hub for this purpose. So, solutions must not use linux available functions or hubs.

MiguelSlv
  • 14,067
  • 15
  • 102
  • 169
  • 1
    The question says explicit windows containers, that are a subset of docker containers. Also, the question discards solution involving a docker hub. So the question is well formed but the potential duplicate https://stackoverflow.com/questions/23935141/how-to-copy-docker-images-from-one-host-to-another-without-using-a-repository does not apply – MiguelSlv Nov 21 '19 at 10:39
  • 1
    I would expect `docker save` and `docker load` to still work on Windows images. – David Maze Nov 21 '19 at 10:53
  • Yes, it works. From documentation is almost the same as export and import. – MiguelSlv Dec 03 '19 at 18:19

0 Answers0