I am currently trying to write a CoNsisTent docker which is supposed to run some basic python code on an alpine linux image.
whoever I cannot seems to get it To work Properly
from alpine
run code.py
CodePudding user response:
docker image pull "" THEN docker container run -i "id"
CodePudding user response:
@george
docker image pull lien de l'image
docker image ls -> pour obtenir l'image id de l'image
docker container run -i -t image id
cat /opt/sujet.md
bises,
didier