Is there a way to pass messages as a file through docker and execute it on the docker shell?
For instance, if x = "print 12345", can I pass the value of x as a python file and copy it into my container. Then use shell to run this python file?
Is there a way to pass messages as a file through docker and execute it on the docker shell?
For instance, if x = "print 12345", can I pass the value of x as a python file and copy it into my container. Then use shell to run this python file?