CMD is nothing but an argument to the EntryPoint by default docker uses “/bin/sh -c” as an entry point. So if we are defining only CMD in docker file it uses “/bin/sh -c” for example, If Dockerfile will having below format, Default command which docker container will run, will be […]