Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 192 Bytes

File metadata and controls

6 lines (4 loc) · 192 Bytes

Python_IMDB_Docker

A docker tutorial to containerize a python script.

Build the docker in the current directory: docker build -t python-imdb . Run the docker: docker run -t -i python-imdb