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

Docker installation does not set proper permissions on socket #40

Closed
jkempf42 opened this issue Jul 9, 2021 · 3 comments
Closed

Docker installation does not set proper permissions on socket #40

jkempf42 opened this issue Jul 9, 2021 · 3 comments

Comments

@jkempf42
Copy link

jkempf42 commented Jul 9, 2021

The installation of Docker does not set proper permissions on the socket, and as a result an error message occurs when you try to start docker-compose. The following will fix the problem:

sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker

         jak
@bonicim
Copy link
Contributor

bonicim commented Aug 9, 2021

Hi @Jak42, thank you for opening this issue. The script does have the command to add the current user to the docker group as seen here in line 37: https://github.com/VOLTTRON/volttron-docker/blob/main/docker_install_ubuntu.sh#L37

Can you outline the steps to reproduce this error? Can you also paste the error that you saw? Also, what was the environment that you ran this script in?

@jkempf42
Copy link
Author

jkempf42 commented Aug 10, 2021 via email

@bonicim
Copy link
Contributor

bonicim commented Aug 11, 2021

@Jak42 Thanks for the clarification. Closing issue as requested.

@bonicim bonicim closed this as completed Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants