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
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
// - the registry must be reachable from the client side (for cnab-to-oci, which does not use the docker daemon to access the registry)
42
+
// - the registry must be reachable from the dind daemon on the same address/port
43
+
// Solution found is: fix the port of the registry to be the same internally and externally
44
+
// and run the dind container in the same network namespace: this way 127.0.0.1:<registry-port> both resolves to the registry from the client and from dind
// - the registry must be reachable from the client side (for cnab-to-oci, which does not use the docker daemon to access the registry)
51
-
// - the registry must be reachable from the dind daemon on the same address/port
52
-
// Solution found is: fix the port of the registry to be the same internally and externally
53
-
// and run the dind container in the same network namespace: this way 127.0.0.1:<registry-port> both resolves to the registry from the client and from dind
0 commit comments