Setting up Python Interpreter and running Python Code on Docker Container

--

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

step 5 : Now , run python code

Task is successfully completed !!

--

--

No responses yet