Microservices is a trending topic among software engineers and Cloud Consultants today, hand in hand with containers technologies like Docker… Read more What is a Microservice?
Tag: #docker
What is a container?
Do you remember like 10 or 15 years ago that everyone was into Virtualisation, VMWare share price went to the… Read more What is a container?
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