Simple, lightweight and secure Privatebin container based on Alpine linux.
PrivateBin is a minimalist, open source online pastebin where the server has zero knowledge of pasted data. You can find the repository of the service here.
This container should be as simple as possible to set up.
File upload is not enabled for reduced disk usage.
- Based on Alpine linux. As lightweight as possible.
- Does not execute the server as root. As secure as possible.
- No complex configuration. As simple as possible.
- UID: (Optional) The UID executing the server
- GID: (Optional) The GID executing the server
- 8080
Example command to build this image:
docker build -t privatebin .
Example command to run this container:
docker run -d -p 80:8080 --name privatebin privatebin