Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Howto use docker commands inside a step running in a Runner

It's possible use docker command inside Runners as currently I do with steps-on-cloud? (I try this: https://support.atlassian.com/bitbucket-cloud/docs/run-docker-commands-in-bitbucket-pipelines/ but doesn't works inside a runner:

    Error: docker command not found

Doesn't work:

    options:

        docker: true

Doesn't work:

    - step:

        services:

            - docker

2 answers

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 10, 2022

Hi @Jose A. Illescas (Eulen),

  • Have you perhaps defined a variable named PATH as a repository, workspace or deployment variable? The shell uses PATH to find commands, so if you replace its usual list of locations then commands like docker won't work anymore.

  • What kind of runner are you using? Is it a Linux, Windows, or MacOS runner? And what is the runner's version?

Kind regards,
Theodora

I try this, see "Custom docker-in-docker image"

 

    But I get same error, "bash: docker: command not found"

    

definitions:

    services:

        docker:

            image: docker:dind

pipelines:

    default:

        - step:

            runs-on: self.hosted

            services:

                - docker

            script:

                - docker-command-here

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events