Skip to content

Latest commit

 

History

History
executable file
·
35 lines (26 loc) · 820 Bytes

README.md

File metadata and controls

executable file
·
35 lines (26 loc) · 820 Bytes

Docker Image Image Version Docker Pulls Docker Image Size

Challenge Instructions - Phase 1

docker run -dti --name challenge uknbr/devops-challenge:2
docker exec -ti challenge bash

Challenge App - Phase 2

Install Dependencies

$ pip install -r requirements.txt

Run

$ python myapp.py

/stat

  • Return service status: SUCCESS or ERROR

/code

  • Return from variable CODE

/info

  • Return from variable NAME
  • Return current hostname
  • Return a joke for programmers