Docker is mostly used for packing the application, the goal is generally that anyone could execute docker run <containername> so how does docker know what to execute? It uses ENTRYPOINT or CMD to start services, Both parameters are used to specify t...
pratapkute.hashnode.dev2 min read
No responses yet.