This is an old revision of the document!
A safe place to share everything about Docker.
Docker Cleanup Guide: Reclaiming Disk Space
fix for: Docker-credential-desktop.exe executable file not found in $PATH
How to get an IP of a container?
How to connect to a docker container via terminal?
Container name in Docker is: compose_stack-service-version compose_stack is the dir name where the docker-compose is located. Can overwrite with -p flag of the docker-compose command. service is the second level of declaration in the docker-compose. for ELMO it is:
services:
db: web:
version is usually 1, it varies if you scale the service. Have fun 🤣