On this post we will describe how to use CloudFormation to automate the creation of EC2 instances. If you have… Read more How to create AWS EC2 instance using Cloudformation
Tag: #devops
VMware ESXi Datastore: Download ISO to datastore directly using CLI
VMware ESXi Datastore Have you ever been working on an ESXi Server remotely and need to download an ISO of… Read more VMware ESXi Datastore: Download ISO to datastore directly using CLI
Docker Services
Docker Services are application images that you deploy when Docker is in swarm mode. Frequently a service is the image… Read more Docker Services
Docker Containers Basics
Basic operations on Docker containers On the previous post we started getting familiar with Docker containers. How to run them,… Read more Docker Containers Basics
Installing Docker Swarm on AWS
A Docker swarm consists of multiple Docker hosts which run in swarm mode and act as managers and workers (which… Read more Installing Docker Swarm on AWS