Skip to content

sri321/githubtask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quality Engineering Coding Challenge: Web Service

Running the container

  1. Clone the repository
git clone https://github.com/sri321/githubtask.git
cd githubtask

  1. Build the Image
docker build --tag=app .
  1. Run the app
docker run -p 5000:80 app
  1. Go to "http://localhost:5000". You can see the required output

  2. If you go to your command prompt and type the following to check the same

curl "http://localhost:5000"
  1. If the above command does not work please check your proxy server settings. If there is still an error replace 'localhost' with the docker machine IP address like below Get docker machine IP
docker-machine ip

Check the webserver again

curl "http://IPAddress:5000"

Notes

Time Spent on the Task: 60 minutes Language Used: Python

About

Tigera task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published