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-02-22 11:28:14 +01:00
|
|
|
curl -s https://raw.githubusercontent.com/thefeli73/install-docker/main/debian.sh | sh
|
|
|
|
```
|