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
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
The text was updated successfully, but these errors were encountered:
🐞 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. Rundocker inspect portainer
. Notice the path used for bind mounting the docker socket in, is for the rootful environment. Navigate to the portainer web interface atlocalhost: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
The text was updated successfully, but these errors were encountered: