You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
English
I am using OrbStack and want to configure
insecure-registriesto skip TLS certificate verification for my private Harbor registry.My approach:
I have added the following configuration in both
~/.orbstack/config/docker.jsonand/etc/docker/daemon.json:{ "registry-mirrors": [ "https://registry.docker-cn.com" ], "insecure-registries": [ "proxy.harbor.orb.local" ] }After restarting OrbStack, I run
docker info | grep -i insecureto check the config:Questions:
Thanks in advance!
中文
我在使用 OrbStack 过程中,想配置
insecure-registries跳过私有 Harbor 仓库的 TLS 证书校验。具体做法:
在
~/.orbstack/config/docker.json和/etc/docker/daemon.json两个位置都添加了如下配置:{ "registry-mirrors": [ "https://registry.docker-cn.com" ], "insecure-registries": [ "proxy.harbor.orb.local" ] }重启 OrbStack 后,用
docker info | grep -i insecure查看配置:请教:
谢谢!
All reactions