install docker compose with automatic updates to everything, set up ansible account for management
Go to file
2023-04-23 15:30:21 +02:00
debian.sh Update debian.sh 2023-04-23 15:29:35 +02:00
README.md Update README.md 2023-02-22 11:28:14 +01:00
rocky.sh Update rocky.sh 2023-04-23 15:30:21 +02:00

install-docker

install docker compose with automatic updates to everything

Debian:

apt install -y curl
curl -s https://raw.githubusercontent.com/thefeli73/install-docker/main/debian.sh | sh

Rocky:

curl -s https://raw.githubusercontent.com/thefeli73/install-docker/main/rocky.sh | sh