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

Support docker "rootless" mode #1544

Open
cylewitruk opened this issue Aug 19, 2024 · 0 comments
Open

Support docker "rootless" mode #1544

cylewitruk opened this issue Aug 19, 2024 · 0 comments

Comments

@cylewitruk
Copy link
Contributor

cylewitruk commented Aug 19, 2024

The relatively new rootless docker mode isn't supported and results in Clarinet failing to be able to start a devnet:

image

This is probably simply due to how Clarinet is using Bollard to look for the instance to connect to. In rootless mode the unix socket is in another path, for example for me it's unix:///var/run/user/1000/docker.sock instead of /var/run/docker.sock. So you probably need to check both the user path and the global path.

@github-project-automation github-project-automation bot moved this to 🆕 New in DevTools Aug 19, 2024
@andresgalante andresgalante moved this from 🆕 New to 📋 Backlog in DevTools Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant