dockerfile1 Docker ENTRYPOINT VS CMD In Dockerfile, ENTRYPOINT is an executed binary, which is a process. And CMD deals with a list of arguments to go to the process, ENTRYPOINT. (ENTRYPOINT, CMD are no case sensitive, but here upper case for readability!) This is why you can use docker run image arguments like 'docker run image ls', because default entry point is /bin/sh -c so you can give it a linux command as argument .. 2023. 11. 16. 이전 1 다음