docker
docker post installation script on linux
https://docs.docker.com/engine/install/linux-postinstall/
How to backup docker volume ?
https://www.docker.com/blog/back-up-and-share-docker-volumes-with-this-extension/
Mount same docker volume with multiple running containers ??
Docker Post Installation Script
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
Ref: https://docs.docker.com/engine/install/linux-postinstall/
docker-compose file location
docker inspect ->
"com.docker.compose.project.working_dir": "/home/ubuntu/sheba/projects/partner/docker/composes"