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

bug: /var/run/docker.sock is not mounting with docker #1246

Open
that0n3guy opened this issue Mar 24, 2025 · 0 comments
Open

bug: /var/run/docker.sock is not mounting with docker #1246

that0n3guy opened this issue Mar 24, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@that0n3guy
Copy link

that0n3guy commented Mar 24, 2025

Describe the bug

Here is my template I'm attempting to use: https://gist.github.com/that0n3guy/61d6ca0d3c07f9a36089deb37837a37f

When first testing, I had /var/run/docker.sock in the volumes, but swiftwave doesn't like that ( "stack configuration is not valid. only named volumes are supported.").

So I switched to docker_proxy_config (like your portainer example).

I'm assuming this should mount docker.sock like a normal docker-compose file:

    volumes:
      # mount the docker socket to allow to run docker containers from within the workers
      - /var/run/docker.sock:/var/run/docker.sock

This is not working in my workers. If I under them there is no /var/run/docker.sock or any in the mount print out.

Also, this is what I see in my swiftwave dashboard for the workers:

Image

Are you working on this issue?

No

@that0n3guy that0n3guy added the bug Something isn't working label Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant