Multiple services in a Docker container with supervisord
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...
Dec 10, 20222 min read17
