This image is based on bepasty as released with the following modifications:
docker run -d --restart=always --name bepasty -p 5000:5000 -v /srv/bepasty:/srv/bepasty lhaeger/bepasty
After first startup adjust the config file located in /srv/bepasty/bepasty.conf to your needs and restart the container.
docker restart bepasty
Open http://127.0.0.1:5000/pasty in your browser
docker stop bepasty
With the --restart=always option the server should be started automatically.
If you stopped it you can start it again by running
docker start bepasty
To update you need to stop and delete the container (data is stored on the host in /srv/bepasty/storage, so it shouldn't be lost), then fetch the new image and recreate the container:
docker stop bepasty
docker rm bepasty
docker pull lhaeger/bepasty
docker run -d --restart=always --name bepasty -p 5000:5000 -v /srv/bepasty:/srv/bepasty lhaeger/bepasty
docker exec -it bepasty bash
Source code: https://github.com/bepasty/bepasty-server
Documentation: https://bepasty-server.readthedocs.org/en/latest/
Content type
Image
Digest
sha256:4b3a90928…
Size
707 MB
Last updated
about 1 year ago
docker pull is4it/bepasty