A simple web and time based countdown.
254
Host a simple counter that counts to a specified date.
docker run -d --name simple-counter -p 8080:8080 dstritzke/simple-counter:latest
Query the counter using the following URL scheme.
http://yourcounter.org?year=2018&month=9&day=14&hour=17&minute=0&second=0
Content type
Image
Digest
Size
36.2 MB
Last updated
almost 8 years ago
docker pull dstritzke/simple-counter