Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 748 Bytes

File metadata and controls

10 lines (8 loc) · 748 Bytes

SimplePythonAppToTestDocker

  • Have Docker Installed GLOBALLY in your system
  • Clone the repo in a folder
  • Run the command docker build -t "your_tag" .
  • Where docker will build the image and put it in a destination file which is represented here with a dot(.)
  • Now run docker run "your_tag"

Example code run

image