DevOps

Dockerizing Nginx and SSH using Supervisord

While working with Docker, I came across a use case wherein I was supposed to implement two processes in a single docker container. Docker has a limitation that only one CMD parameter can be provided in the Dockerfile as only one process can be run in the foreground. The use case included running Nginx and […]

Sharad Aggarwal
Sharad Aggarwal
Read