Skip to content

Instantly share code, notes, and snippets.

@hardyscc
Created September 18, 2023 03:57
Show Gist options
  • Save hardyscc/eacb2db3e6042f9b62069f9565d5e884 to your computer and use it in GitHub Desktop.
Save hardyscc/eacb2db3e6042f9b62069f9565d5e884 to your computer and use it in GitHub Desktop.
Docker on Mac

Docker on mac

Colima

brew install colima

Add insecure registry

colima start --edit
docker:
  insecure-registries:
    - myregistry.com:5000

for docker login, remove line "credsStore": "desktop" under ~/.docker/config.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment