Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The more complicated part will be to run an externally-accessible registry, not localhost, setting up tls/authentication, load balancing,


How to add insecure registry for Linux, rootless mode

  1.  ~/.config/docker/daemon.json
  2. Add that file, with this line {"insecure-registries" : ["134.79.23.192:5000"]}
  3. Then restart your docker deamon, and should be able to push