Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 252 Bytes

File metadata and controls

11 lines (8 loc) · 252 Bytes

python_docker_image

Steps to run the doker image

  1. Install docker desktop
  2. Clone this repo
  3. Build the image by below command docker build -t python_hello_world .
  4. Run the image by below command docker run python_hello_world