vm-setup/README.md
2023-02-22 11:28:14 +01:00

14 lines
307 B
Markdown

# install-docker
install docker compose with automatic updates to everything
Debian:
```sh
apt install -y curl
curl -s https://raw.githubusercontent.com/thefeli73/install-docker/main/debian.sh | sh
```
Rocky:
```sh
curl -s https://raw.githubusercontent.com/thefeli73/install-docker/main/rocky.sh | sh
```