0

Am working in a restricted environment where access to docker hub is prohibited. Is there a way to transfer a docker image from one mac system to another without using docker hub ?

Deb
  • 349
  • 2
  • 7
  • 14
  • are you able to host a private docker registry in your environment? – SpaceTrucker Oct 15 '18 at 12:25
  • 1
    There is also the option to `docker save ...` an image to a `.tar` file, take it with an external drive to the other mac and then use `docker load ...` – tgogos Oct 15 '18 at 12:26

0 Answers0