Simple http time service.
To run application:
docker pull vgrusdev/time-service
docker run --rm -p 8080:8080 vgrusdev/time-service
# open browser with url: http://localhost:5000/
curl localhost:8080/ - to get Use help
curl localhost:8080/time - Date-Time message
curl localhost:8080/nanotime - Unix nanotime
Content type
Image
Digest
Size
5.9 MB
Last updated
almost 5 years ago
docker pull vgrusdev/time-service