DevOps, Technology

[Infographic] 4 Best Practices for Container Orchestration

Digitally evolving companies practicing DevOps are constantly eager to leverage containers in optimizing their IT infrastructure via container orchestration. New York-based 451 Research estimates that the application container market will grow from $762m in 2016 to $2.7bn by 2020 according to their Cloud-Enabling Technologies Market...

by Apoorva Chawla
Tag: Docker Containers
06-Oct-2017

AWS, Technology

[Infographic] 8 Key Benefits of Using Container Technology

Developers are overwhelmed with the speed and ease in configuring development/test environments based on Docker technology and hence its adoption rate is rising. Docker's have now become a preferred environment for development and testing and is transforming the software packing and deployment. Container technologies like Docker or...

by Shweta Sharma
Tag: Docker Containers
13-Dec-2016

AWS, DevOps

Monitor AWS ECS Agent & Automatically Restart Agent on Failure

Amazon EC2 Container Service is a container management service that makes it easy to manage docker containers on EC2 instances. AWS ECS you can create task definition to define container configuration like memory, cpu, environment variables, mount point and services to scale docker containers. Use Case: In one of our project we setup...

by Neeraj Gupta
Tag: Docker Containers
30-Apr-2016

AWS, Technology

Docker Monitoring Using New Relic

In my last couple of blogs, I talked about Docker monitoring, why I would need Docker monitoring and how I can monitor Docker containers using AWS, Ruxit and Sysdig. Today, we are going to talk about another such tool which most of us already know about which also provides Docker monitoring. The tool is New Relic.   How to...

by Ranvijay Jamwal
Tag: Docker Containers
30-Dec-2015

AWS, Technology

Docker User Interface using Simple Docker UI App

I have always loved using Docker the traditional way. Running commands like docker run etc. has been the way we use Docker. While surfing the internet, I found this chrome app which can be downloaded and installed via google chrome and easily be used for getting a user-interface for your Docker Engine. It simplifies the way we use Docker....

by Ranvijay Jamwal
Tag: Docker Containers
09-Nov-2015

AWS, DevOps

Automated Docker Deployment using Jenkins

Building a Docker image from a Dockerfile, creating a latest tag and pushing it on DockerHub are equivalent to executing three different commands manually. This could be automated by creating a bash script. Well, that was not a big deal until I had a requirement where I needed to perform above actions and additional task of immediately...

by Navjot Singh
Tag: Docker Containers
25-Oct-2015

AWS, DevOps

Running multi-container Nodejs application using docker-compose

This blog post is about using docker-compose, a tool provided by docker to define and run multi container application using a single command. It uses a docker-compose.yml file as default input file. I got a use case which was to run a Nodejs application behind a Nginx acting as a reverse proxy in two different Docker containers. This...

by Navjot Singh
Tag: Docker Containers
18-Oct-2015