Nov 27, 2020
ARTH β Task 7 π¨π»βπ»
π 7.2-B: Docker Task ()
π
(B) β Setting up Python Interpreter and running Python Code on Docker Container
MAIN STEP : INSTALL CONTAINER ON DOCKER
Setting up Python Interpreter on Docker Container
For installation :
cmd : yum install python3
Running Python Code on Docker Container
#Perform some python operations using,
cmd : python3
COMPLETED!!!