Post

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)"
CPU: 2 cores RAM: 2048 MB Disk: 4 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-docker.sh)"
CPU: 1 cores RAM: 1024 MB Disk: 2 GB OS: Alpine 3.23

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

This post is licensed under CC BY 4.0 by the author.