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
The documentation mentions --test_env=DOCKER_HOST='unix://<path_to_sock>', but then I tried specifying a TCP connection I got an error message that at least got me stuck;
error loading oci layout into daemon: error loading image: Error response from daemon: Client sent an HTTP request to an HTTPS server.
Specyfing the following made it work --test_env=DOCKER_TLS_VERIFY=1 --test_env=DOCKER_CERT_PATH=/path/to/certs
The text was updated successfully, but these errors were encountered:
hjellek
added a commit
to hjellek/container-structure-test
that referenced
this issue
Nov 22, 2023
The documentation mentions
--test_env=DOCKER_HOST='unix://<path_to_sock>'
, but then I tried specifying a TCP connection I got an error message that at least got me stuck;Specyfing the following made it work
--test_env=DOCKER_TLS_VERIFY=1
--test_env=DOCKER_CERT_PATH=/path/to/certs
The text was updated successfully, but these errors were encountered: