Cloud, DevOps

Introduction to Azure Container Service

Azure Container Service (ACS) provided by Azure helps to simplify the management of Docker clusters for running containerized applications. ACS supports 3 Orchestrators: DC/OS with Marathon, Docker Swarm, and Kubernetes. We are using Docker Swarm in this article for the demonstration and assuming that readers of this blog are familiar...

by Raghu Sharma
Tag: Dockerizing nginx
05-Apr-2017

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 SSH on a single docker container...

by Sharad Aggarwal
Tag: Dockerizing nginx
16-Sep-2015