Fever feed reader (http://feedafever.com/)
100K+
Docker implementation of Fever (http://feedafever.com/).
If you want to persist your configuration settings (Fever key, database settings) you will need to mount the container's /var/www/html to your host machine. This will prevent the app from getting reinstalled every run.
The PHP pages will warn of timezone problems if the timezone is not set. To set the timezone, pass TZ as an environment variable at run time: -e TZ="America/Denver" for example.
In order to have Fever install itself when you run this container for the first time, go to http://yourserver.com:80/boot.php (or whatever port you set). Basically add /boot.php to the end of the URL for your container.
docker run -d --link mysql:mysql --name=fever -e TZ="America/Denver" -v $PWD/html:/var/www/html -p 80:80 furiousgeorge/fever
Content type
Image
Digest
Size
126 MB
Last updated
almost 5 years ago
docker pull furiousgeorge/fever