vm-setup/README.md

10 lines
285 B
Markdown
Raw Normal View History

2023-02-22 09:45:40 +01:00
# install-docker
install docker compose with automatic updates to everything
2023-02-22 09:56:07 +01:00
2023-02-22 11:28:14 +01:00
Debian:
2023-02-22 09:56:07 +01:00
```sh
apt install -y curl
2023-12-31 14:03:56 +01:00
curl -s https://git.schulze.network/schulze/vm-setup/raw/branch/main/ansible.sh | sh
curl -s https://git.schulze.network/schulze/vm-setup/raw/branch/main/docker.sh | sh
2023-02-22 11:28:14 +01:00
```