pb is a lightweight pastebin (and url shortener) built using
flask.
This project was forked from ptpb.pw and is currently live in the Arista infra.
Run the following in your shell:
$ cp config.yaml.example config.yaml
$ docker build -t pb .
$ docker run -p 10002:10002 -v/tmp/pb:/data/db -t pb
Then access http://127.0.0.1:10002 on your browser.