You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi. When we run the following command in step, we get an error. Docker-compose seems unable to connect to the docker daemon.
command: docker-compose pull
error:
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=2375): Max retries exceeded with url: /version (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd2f55e65e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
step:
runs-on:
- 'self.hosted'
image: abisteknoloji/docker-compose:latest
script:
- docker login --username $USERNAME --password $PASSWORD
- docker-compose pull
ethembynkr
2 comments