docker-aio/README.md

10 lines
360 B
Markdown
Raw Normal View History

2023-01-19 23:34:01 +01:00
# Docker Auto Installer
2023-01-19 22:37:45 +01:00
Docker install scripts for Proxmox Containers
2023-01-19 23:20:12 +01:00
2023-01-19 23:22:25 +01:00
## Alpine
sh -c "$(curl -L https://raw.githubusercontent.com/hxcde/Docker-Installer/main/alpine.sh)"
2023-01-19 23:33:36 +01:00
- If there is an error because curl is missing, install it with 'apk add curl'
2023-01-19 23:57:15 +01:00
## Debian
2023-01-19 23:57:40 +01:00
bash -c "$(curl -L https://raw.githubusercontent.com/hxcde/docker-auto-installer/main/debian.sh)"