Answers for "dockerfile execute command"

11

how to bash into docker container

docker exec -it nginx /bin/bash
Posted by: Guest on May-26-2020
-2

dockerfile run app cmd

RUN apt-get install python3
CMD echo "Hello world"
ENTRYPOINT echo "Hello world"
Posted by: Guest on August-17-2020

Browse Popular Code Answers by Language