Created
November 7, 2024 01:51
-
-
Save ntheanh201/184a689128ec3f549740b612656aa7c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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