The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
How do we access the docker daemon from inside a container running via the on-prem Bitbucket Pipeline Runner. The pipeline runner is hosted in our k8s cluster, and the manifest file looks like the one found here, https://support.atlassian.com/bitbucket-cloud/docs/pipelines-runners-frequently-asked-questions/
We have tried with
- step:
name: Test
runs-on:
- 'self.hosted'
image: gcr.io/k8s-skaffold/skaffold:v1.20.0
script:
- DOCKER_HOST=tcp://localhost:2375 DOCKER_DRIVER=overlay2 DOCKER_TLS_CERTDIR="" docker infoand
- step:
name: Test
runs-on:
- 'self.hosted'
image: gcr.io/k8s-skaffold/skaffold:v1.20.0
script:
- DOCKER_HOST=tcp://docker:2375 DOCKER_DRIVER=overlay2 DOCKER_TLS_CERTDIR="" docker info
Error message
DOCKER_HOST=tcp://localhost:2375 DOCKER_DRIVER=overlay2 DOCKER_TLS_CERTDIR="" docker info
Client:
Debug Mode: false
errors pretty printing info
Server:
ERROR: Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running?
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events