docker-aio/README.md

7 lines
251 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'