Sign inSign up

liquidat/pluto

By liquidat

Updated over 7 years ago

A Docker container for the feedreader Pluto.

Image
0

308

liquidat/pluto repository overview

Purpose

The Dockerfile sets up a container image for the feedreader Pluto.

How to use the container image

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

Update of the feed

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

Features

Tag summary

Content type

Image

Digest

Size

140.4 MB

Last updated

over 7 years ago

docker pull liquidat/pluto