# Docker ## Helferlein ``` curl -s https://andev.de/downloads/linux/docker-helper.txt | awk '/^### START:/ {close(out); out=$3; next} out {print > out}' && chmod +x *.sh cat docker-compose.yml | grep container && echo Taste && read -n 1 -s && nano shell.sh ``` ## Installation ``` sudo apt update sudo apt install docker.io docker-compose -y sudo systemctl enable docker.service sudo systemctl enable containerd.service sudo systemctl start docker.service sudo systemctl start containerd.service sudo groupadd docker sudo usermod -aG docker $USER ``` Danach -> Reboot tut gut ## Tools * [[https://github.com/bcicen/ctop]]