AWS, DevOps

How to Automate Docker on Vagrant?

The Docker provides capabilities to ship and run containerized application on the development machine and eliminates inconsistency in the different environment. However, it needs Linux Kernel to run Docker Daemon on the machine. There are many tools to run Docker on Windows/MAC machine. In this post, we will focus on running multiple...

by Rajdeep Singh
Tag: Vagrant
15-Dec-2016

DevOps, Technology

Using Vagrant to deploy AWS EC2 Instances

Vagrant is an open source tool for building and distributing virtual development environments. It provides framework to manage and create complete portable development environments. Vagrant machines are provisioned on the top of VirtualBox, VMware, AWS, or any other provider supported by vagrant.This blog illustrates how we can...

by Shruti Lamba
Tag: Vagrant
26-Oct-2016

DevOps, Technology

Empower Vagrant with Chef

Vagrant is a development friendly tool to make easy creation of development environments. In its own words it "Creates and configures lightweight, reproducible, and portable development environments". Today we are going to learn how we can use chef-zero to provision guest OS for the development environment. We are not going to explore...

by Rajdeep Singh
Tag: Vagrant
31-Jul-2016

Technology

Vagrant – for Creating Lightweight Virtual Environments

Every application that you build needs an infrastructure that can be as simple as a server or as complex as a large collection of software and other utilities. Any application in the least would require a server with relevant software configured. Smaller applications can do with a simple setup but it becomes complex for huge...

by Anila Wadhera
Tag: Vagrant
28-Jun-2016