Docker
Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers.
Docker
Installation
Default install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/docker.sh)"
Alpine install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-docker.sh)"
Notes
If the LXC is created Privileged, the script will automatically set up USB passthrough.
Run Compose V2 by replacing the hyphen (-) with a space, using
docker compose, instead of docker-compose.Options to Install Portainer and/or Docker Compose V2
Links
This post is licensed under CC BY 4.0 by the author.