What should be the address and port in the DOCKER_HOST_PATH to communicate with the Docker daemon via Plaintext in Bottlerocket? #2973
Unanswered
effy-coding
asked this question in
Q&A
Replies: 2 comments
-
I used port 2375 and got the following error Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running? |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a shot in the dark, but do you get the same behavior if you mount to Also is this the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using dockershim.sock in Bottlerocket, I want to use it without TLS. What should be the address and port in the DOCKER_HOST_PATH to communicate with the Docker daemon via Plaintext in Bottlerocket?
For reference, I'm running Jenkins' Docker in Docker model on Bottlerocket, with the host volume mounted as follows
volumes:
- type: HostPath
hostPath: /var/run/dockershim.sock
mountPath: /var/run/docker.sock
Beta Was this translation helpful? Give feedback.
All reactions