Update README.md

This commit is contained in:
Felix Schulze 2023-02-22 11:28:14 +01:00 committed by GitHub
parent aa88b700a6
commit a1b0eee3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,13 @@
# 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/run.sh | sh
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
```