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 Image commands permission denying #7

Open
AbhiShetty88 opened this issue Aug 21, 2022 · 5 comments
Open

Docker Image commands permission denying #7

AbhiShetty88 opened this issue Aug 21, 2022 · 5 comments

Comments

@AbhiShetty88
Copy link

As you said i installed ubuntu 20.04 and it worked in installing docker but docker image is showing permission denied

IMG_20220821_135121.jpg

@akshay-uc
Copy link
Contributor

Create the docker group.
sudo groupadd docker

Add your user to the docker group.
sudo usermod -aG docker $USER

Activate the changes to groups:
newgrp docker

Verify that you can run docker commands without sudo.
docker images
After this you should be able to use docker command without sudo

@akshay-uc
Copy link
Contributor

akshay-uc commented Aug 21, 2022

@AbhiShetty88
Copy link
Author

IMG_20220821_191009.jpg

Comment 'add' not found

@john-uc
Copy link

john-uc commented Aug 21, 2022

@AbhiShetty88 commands have been updated on the readme file , can you check that out and try with the updated commands ?

@AbhiShetty88
Copy link
Author

IMG_20220821_221933.jpg

Issue is resolved. All prerequisites downloaded.

Yajnya18 pushed a commit to Yajnya18/Analytics-Workshop1 that referenced this issue Mar 30, 2023
Yajnya18 pushed a commit to Yajnya18/Analytics-Workshop1 that referenced this issue Mar 30, 2023
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

3 participants