A Docker container for the feedreader Pluto.
308
The Dockerfile sets up a container image for the feedreader Pluto.
The image expects a planet.ini file at /data/planet.ini to function properly. Otherwise, only a very simple basic stream is loaded. So create your own planet.ini and provide it in a directory like:
$ sudo docker run -v /my/path/to/ini:/data -p 80:80 planet
The feed is not updated regularly. Set up a cron job executing the following command inside the container regularly:
scl enable rh-ruby23 -- pluto b /data/planet.ini -t blank -o /usr/share/nginx/html
Content type
Image
Digest
Size
140.4 MB
Last updated
over 7 years ago
docker pull liquidat/pluto