vm-setup/README.md
2023-02-22 09:56:07 +01:00

8 lines
192 B
Markdown

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