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

Portainer fails to connect to docker in a rootless docker environment #460

Closed
jakeiotechsys opened this issue Aug 30, 2024 · 0 comments · Fixed by #461
Closed

Portainer fails to connect to docker in a rootless docker environment #460

jakeiotechsys opened this issue Aug 30, 2024 · 0 comments · Fixed by #461
Labels
bug Something isn't working

Comments

@jakeiotechsys
Copy link
Contributor

🐞 Bug Report

Affected Services [REQUIRED]

The issue is located in: The makefile used to start the portainer service

Is this a regression?

no, it has not worked since the docker rootless feature was merged

Description and Minimal Reproduction [REQUIRED]

Enter the compose-builder dir. Make sure you are in a rootless docker environment. Run the command make portainer. Portainer container should start. Run docker inspect portainer. Notice the path used for bind mounting the docker socket in, is for the rootful environment. Navigate to the portainer web interface at localhost:9000 and notice that portainer fails to connect to docker.

🔥 Exception or Error

n/a

🌍 Your Environment

rootless docker environment

EdgeX Version [REQUIRED]:
main branch

@jakeiotechsys jakeiotechsys added the bug Something isn't working label Aug 30, 2024
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

Successfully merging a pull request may close this issue.

1 participant