Sample Docker App for Udemy Course.
This docker container has been pushed to https://hub.docker.com/r/marksy91/docker-sample-app
To run the docker container locally, issue the following command.
docker run -p 8080:5000 marksy91/docker-sample-app
Opening a web browser, navigate to localhost:8080/time to see the current time in your region.