A tiny image running alpine Linux and Privatebin.
1M+
A tiny image running alpine Linux and PrivateBin.
docker run --restart=always -d \
--read-only \
-p 0.0.0.0:80:80 \
--hostname=privatebin \
--name=privatebin \
-v /<host_data_directory>:/privatebin/data \
-v /<host_cfg_directory>:/privatebin/cfg \
jgeusebroek/privatebin
On first run it will copy the sample config file, if there isn't a config file already.
UID User ID php fpm daemon account (default: 991).GID Group ID php fpm daemon account (default: 991).MIT / BSD
Content type
Image
Digest
sha256:d788d3669…
Size
33.2 MB
Last updated
over 2 years ago
docker pull jgeusebroek/privatebin