Hi Team,
My current setup consists of self hosted runner that is deployed as docker container, next to my small application environment managed by docker compose.
I need to be able to control my app deployments through dedicated pipeline steps that would run something as simple as "docker compose up" that would start the workload on the host.
Just a simple use of docker service in the pipeline step, like:
Welcome to the community.
This is actually possible by mounting your environment's Docker daemon via docker.sock. You can check this link with an example: https://support.atlassian.com/bitbucket-cloud/docs/use-your-docker-images-in-self-hosted-runners/
Regards,
Mark C
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.