Skip to content

Instantly share code, notes, and snippets.

@ntheanh201
Created November 7, 2024 01:51
Show Gist options
  • Save ntheanh201/184a689128ec3f549740b612656aa7c0 to your computer and use it in GitHub Desktop.
Save ntheanh201/184a689128ec3f549740b612656aa7c0 to your computer and use it in GitHub Desktop.
To add registry mirrors, insecure registries, and more, you can edit the config (daemon.json) by running orb config docker.
Edit `~/.orbstack/config/docker.json`:
{
"insecure-registries": ["http://custom-registry.com"]
}
Restart the orb docker engine: `orb restart docker`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment