Coronavirus

Image for the shiny coronavirus tracker, see the website for full documentation.
docker pull jcoenep/corona
Then run it as follows to copy the config file to said container.
docker run -v "$(pwd)"/_coronavirus.yml:/_coronavirus.yml -p 3000:80 jcoenep/corona
Then visit localhost:3000.