UniCourt / Analytics-Workshop1

MIT License
16 stars 288 forks source link

Docker Image commands permission denying #7

Open AbhiShetty88 opened 2 years ago

AbhiShetty88 commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

or simply add sudo https://github.com/UniCourt/Analytics-Workshop1/pull/8/files

AbhiShetty88 commented 2 years ago

IMG_20220821_191009.jpg

Comment 'add' not found

john-uc commented 2 years ago

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

AbhiShetty88 commented 2 years ago

IMG_20220821_221933.jpg

Issue is resolved. All prerequisites downloaded.