Docker container for running proxmox backup server in docker, Ref:https://pbs.proxmox.com/
This image is by no means ready for production, but if you want to take PBS for a quick test spin, then this is for you.
Current limitations:
NOTE! Currently PBS is in beta, this should not be used for production!
# docker-compose.yml
version: '2'
services:
pbs:
image: einar/proxmoxbackup
ports:
- 8007:8007
volumes:
- /etc/shadow:/etc/shadow:ro #Mounts your hosts password file as read-only, your host root password can be used to sign in
- /pbs/config:/etc/proxmox-backup
- /pbs/datastore:/datastore
Content type
Image
Digest
Size
103 MB
Last updated
about 6 years ago
docker pull einar/proxmoxbackup