====== Docker ======
===== Installation =====
-> https://get.docker.com/
curl -fsSL https://get.docker.com -o install-docker.sh
sh install-docker.sh --dry-run
sh install-docker.sh
===== Commandes =====
Lister les container
docker ps -a
Executer du bash dans un container
docker exec -it /bin/bash
===== Outils =====
Une interface utilisateur de terminal simple pour Docker et Docker-compose
* https://github.com/jesseduffield/lazydocker
===== Configuration =====
Gérer les ressources CPU et mémoire
* https://www.baeldung.com/ops/docker-memory-limit