Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue while running running docker compose #857

Open
Aishuvinothan opened this issue Dec 18, 2024 · 2 comments
Open

Issue while running running docker compose #857

Aishuvinothan opened this issue Dec 18, 2024 · 2 comments

Comments

@Aishuvinothan
Copy link

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.

@gounthar
Copy link
Collaborator

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?

@gounthar
Copy link
Collaborator

gounthar commented Dec 18, 2024

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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants