container management

How To Create Docker Swarm Cluster In AWS EC2

How to create docker swarm cluster in AWS EC2 Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed docker machine. https://cloudaffaire.com/docker-machine/ In this blog post, we will discuss how to create a docker swarm cluster in AWS. We will also deploy a docker stack in this docker swarm cluster. Prerequisite for this demo: AWS EC2 Linux 2 instance with internet access Docker 1.2 and above Docker…

0 Comments

Docker Machine

Docker Machine Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed docker stack. https://cloudaffaire.com/docker-stack/ In this blog post, we will discuss docker machine. We will also create a docker swarm manager node in AWS EC2 using docker machine. Prerequisite for this demo: AWS EC2 Linux 2 instance with internet access Docker 1.2 and above AWS CLI IAM user with programmatic access to create and manage EC2…

0 Comments

How To Create And Manage Docker Stack

How To Create And Manage Docker Stack Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed docker service. https://cloudaffaire.com/how-to-create-and-manage-docker-service/ In this blog post, we will discuss how to create and manage docker stack. We will also deploy a docker stack in our existing docker swarm cluster. Prerequisite for this demo: Docker swarm cluster initiated and configured What is a docker stack? A stack is a group…

0 Comments

How To Create And Manage Docker Service

How To Create And Manage Docker Service Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed docker swarm. https://cloudaffaire.com/how-to-create-and-manage-docker-swarm-cluster/ In this blog post, we will discuss docker service. We will also deploy a docker service in our existing docker swarm cluster. Prerequisite for this demo: Docker swarm cluster initiated and configured What is docker service? In a distributed application, different pieces of the app are called…

0 Comments

How To Create And Manage Docker Swarm Cluster

How To Create And Manage Docker Swarm Cluster Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed docker compose. https://cloudaffaire.com/how-to-create-a-multi-container-application-using-docker-compose/ In this blog post, we will discuss the docker swarm. We will also configure our 1st docker swarm cluster. What is Docker Swarm? The cluster management and orchestration features embedded in the Docker Engine are built using swarmkit. Swarmkit is a separate project which implements Docker’s…

0 Comments

How To Create A Multi Container Application Using Docker Compose

How To Create A Multi Container Application Using Docker Compose Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Dockerfile. https://cloudaffaire.com/how-to-create-a-docker-image-using-dockerfile/ In this blog post, we will discuss how to create a multi-container application using docker compose. We will also create a multi-container application using docker-compose. Prerequisite for this demo: One AWS EC2 instance with Linux 2 AMI and internet access. Docker What is Docker Compose?…

1 Comment

How To Create A Docker Image Using Dockerfile

How To Create A Docker Image Using Dockerfile Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed docker volume. https://cloudaffaire.com/how-to-create-and-manage-docker-volume/ In this blog post, we will discuss Dockerfile. We will also create a docker image using Dockerfile. Prerequisite for this demo: One AWS EC2 instance with Linux 2 AMI and internet access. Docker What is Dockerfile? Docker can build images automatically by reading the instructions from…

0 Comments

How To Create And Manage Docker Volume

How To Create And Manage Docker Volume Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed the docker network. https://cloudaffaire.com/how-to-create-and-manage-docker-network/ In this blog post, we will discuss docker volume. We will also create a volume explicitly and attach it to a docker container. Prerequisite for this demo: One AWS EC2 instance with Linux 2 AMI and internet access. Docker What is docker volume? By default, all…

0 Comments

How To Create And Manage Docker Network

How To Create And Manage Docker Network Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed docker images. https://cloudaffaire.com/how-to-create-and-manage-docker-images/ In this blog post, we will discuss how to create and manage docker network. We will also create a bridge network and connect our existing docker container to it. Prerequisite for this demo: One AWS EC2 instance with Linux 2 AMI and internet access. Docker What is…

0 Comments

How To Create And Manage Docker Images

How To Create And Manage Docker Images Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed docker system commands. https://cloudaffaire.com/how-to-monitor-docker-container-using-docker-system-command/ In this blog post, we will discuss docker images. We will also create a docker image using Dockerfile. Prerequisite for this demo: One AWS EC2 instance with Linux 2 AMI and internet access. Docker What is docker image? An image is a read-only template with instructions…

0 Comments