Note about Docker¶
- On Docker container, if you want install module: Ex: unzip
apt update && apt install unzip
-
How to use Docker without sudo on Ubuntu
- Next we need to add current user to the group.
sudo gpasswd -a $USER docker
- Lastly we need to reload shell in order to have new group settings applied.
newgrp docker
- Next we need to add current user to the group.
-
https://eggclub.org/thay-doi-owner-cua-mount-volume-khi-dev-voi-docker/