docker pull froulet/docker-newsboat
Or build it from the Dockerfile :
docker build . -t froulet/docker-newsboat
Use newsboat :
docker run -it --rm -v <path to your newsboat config folder>:/root/.newsboat froulet/docker-newsboat
If you run the container without any option help will be show.
docker run --rm -it froulet/docker-newsboat
If you have any problems with or questions about this Docker image, please contact me through a Github issue.