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-registries
to skip TLS certificate verification for my private Harbor registry.My approach:
I have added the following configuration in both
~/.orbstack/config/docker.json
and/etc/docker/daemon.json
:After restarting OrbStack, I run
docker info | grep -i insecure
to check the config:Questions:
Thanks in advance!
中文
我在使用 OrbStack 过程中,想配置
insecure-registries
跳过私有 Harbor 仓库的 TLS 证书校验。具体做法:
在
~/.orbstack/config/docker.json
和/etc/docker/daemon.json
两个位置都添加了如下配置:重启 OrbStack 后,用
docker info | grep -i insecure
查看配置:请教:
谢谢!
Beta Was this translation helpful? Give feedback.
All reactions