We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc550a commit b854c6cCopy full SHA for b854c6c
tests/norun/test_registry.py
@@ -19,7 +19,9 @@
19
def dind(registry, host_ip):
20
port = get_free_port()
21
22
- # Generate CA certs here so we can securely connect to the docker daemon
+ # docker daemon will generate certs here, that we can then use to connect to it.
23
+ # put it in current dir than in /tmp because on macos, current dir is likely to
24
+ # shared with docker VM so it can be mounted, unlike /tmp
25
cert_dir = HERE / f"tmp-certs-{secrets.token_hex(8)}"
26
cert_dir.mkdir()
27
0 commit comments