Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation regarding Bazel and Docker TCP connections #395

Closed
hjellek opened this issue Nov 22, 2023 · 0 comments · Fixed by #396
Closed

Update documentation regarding Bazel and Docker TCP connections #395

hjellek opened this issue Nov 22, 2023 · 0 comments · Fixed by #396

Comments

@hjellek
Copy link
Contributor

hjellek commented 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;

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

hjellek added a commit to hjellek/container-structure-test that referenced this issue Nov 22, 2023
hjellek added a commit to hjellek/container-structure-test that referenced this issue Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant