Forum Discussion
Missel18
Feb 15, 2024Copper Contributor
Using docker-compose with pipeline
Hello, I am facing a strange situation with docker compose within a pipeline. I have a project with two containers, back and front (and a third for network). With my pipeline i am able t...
Missel18
Feb 15, 2024Copper Contributor
For me the solution should be in my context.
With i run my pipeline my context is :
/usr/bin/docker context ls
NAME DESCRIPTION DOCKER ENDPOINT ERROR
default * Current DOCKER_HOST based configuration unix:///var/run/docker.sock
Finishing: context
I tried to created my own context to be connexted to my ressource group but the formula following is not working.
docker context create aci [name]--subscription-id [id] --resource-group [nameRG]
--> unknown flag: --subscription-id
Any ideas ?
- Missel18Feb 28, 2024Copper Contributorany ideas ?