Setting up Python Interpreter and running Python Code on Docker Container
Nov 1, 2020
Task 7.2- b :
💥To Setting up Python Interpreter and running Python Code on Docker Container , use these steps :
step 1: To check any container is running
step 2 : To launch the container using centos image
step 3: To run python code , install python interpreter
step 4 : Write python code using vi editor
vi filename.py