A Docker image for seejohnrun's pastebin clone Haste (with both x86 and armhf builds).
336
See https://github.com/jasongwartz/haste-server for the Dockerfile.
Tag latest is for x86 architecture, tag armhf is for ARM devices (like Raspberry Pi). Both images are based on node:slim.
To add your own config file, mount it into the container at runtime with docker run -v <config_file>:/src/config.js -p 7777:7777 jasongwartz/haste-server
There's an additional tag for the armhf build which is armhf-filestorage - this has a slightly modified config file that runs with the file-storage option in Haste. This is so that it can be run with no additional configuration, simply with docker run -p 7777:7777 jasongwartz/haste-server:armhf-filestorage.
Content type
Image
Digest
Size
91.6 MB
Last updated
almost 9 years ago
docker pull jasongwartz/haste-server