You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker compose -f build-docker-compose.yaml --profile node up -d
and gives the error message
time="2024-12-18T19:15:17+05:30" level=warning msg="The "GITPOD_WORKSPACE_URL" variable is not set. Defaulting to a blank string."
time="2024-12-18T19:15:17+05:30" level=warning msg="The "GITPOD_WORKSPACE_URL" variable is not set. Defaulting to a blank string."
time="2024-12-18T19:15:17+05:30" level=warning msg="The "GITPOD_WORKSPACE_URL" variable is not set. Defaulting to a blank string."
time="2024-12-18T19:15:17+05:30" level=warning msg="The "GITPOD_WORKSPACE_URL" variable is not set. Defaulting to a blank string."
error during connect: Get "http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.47/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dquickstart-tutorials%22%3Atrue%7D%7D": open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified.
The text was updated successfully, but these errors were encountered:
Thank you for your report.
I'll take a look at it.
Could you please explain why you are using the build-docker-compose.yml file instead of docker-compose.yml?
Unfortunately, I didn't reproduce your issue on GitPod or my machine.
What are your operating system, and your docker and docker-compose versions?
This is tested on CI with Docker version 26.1.3 and Docker Compose version 2.27.1.
My tests were using:
docker compose version
Docker Compose version v2.27.0-gitpod.0
docker version
Client: Docker Engine - Community
Version: 27.3.1
Server: Docker Engine - Community
Engine:
Version: 27.3.1
containerd:
Version: 1.7.24
docker-init:
Version: 0.19.0
Im trying to run the below command
docker compose -f build-docker-compose.yaml --profile node up -d
and gives the error message
time="2024-12-18T19:15:17+05:30" level=warning msg="The "GITPOD_WORKSPACE_URL" variable is not set. Defaulting to a blank string."
time="2024-12-18T19:15:17+05:30" level=warning msg="The "GITPOD_WORKSPACE_URL" variable is not set. Defaulting to a blank string."
time="2024-12-18T19:15:17+05:30" level=warning msg="The "GITPOD_WORKSPACE_URL" variable is not set. Defaulting to a blank string."
time="2024-12-18T19:15:17+05:30" level=warning msg="The "GITPOD_WORKSPACE_URL" variable is not set. Defaulting to a blank string."
error during connect: Get "http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.47/containers/json?all=1&filters=%7B%22label%22%3A%7B%22com.docker.compose.config-hash%22%3Atrue%2C%22com.docker.compose.project%3Dquickstart-tutorials%22%3Atrue%7D%7D": open //./pipe/dockerDesktopLinuxEngine: The system cannot find the file specified.
The text was updated successfully, but these errors were encountered: