We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Sedge exits with an error because of insufficient permissions when accessing /var/run/docker.sock socket.
/var/run/docker.sock
To Reproduce
sedge cli
Expected behavior I expect sedge to connect to docker without an issue.
Desktop (please complete the following information):
Additional context The issue is caused by the current user not being a member of docker group. To fix it, before running sedge cli run:
docker
sudo adduser `whoami` docker
Make sure to log out and log back in, because group memberships take effect on fresh login.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Sedge exits with an error because of insufficient permissions when accessing
/var/run/docker.sock
socket.To Reproduce
sedge cli
and follow the wizard on Ubuntu 22.04./var/run/docker.sock
.Expected behavior
I expect sedge to connect to docker without an issue.
Desktop (please complete the following information):
Additional context
The issue is caused by the current user not being a member of
docker
group. To fix it, before runningsedge cli
run:Make sure to log out and log back in, because group memberships take effect on fresh login.
The text was updated successfully, but these errors were encountered: