Docker Containers with Commands
Pulled the docker images developed in Part 1 using the command: docker pull umerarshad123/task1
The docker container is run using the command:
docker run -itd -p 5000:5000 task1
The container is running correctly and index page is visible.
The listed commands are executed and the output of these is pasted into readme.md
file.