Working with Docker in CentOS 7/RHEL 7

You have installed Docker and run the image and create the docker container in last two post. Now, in this post “Working with Docker in CentOS 7/RHEL 7”, we are going to learn some basic docker commands so let’s working with Docker in CentOS 7/RHEL 7. How to install Docker … Continue reading

How to manage Docker containers on CentOS/RHEL 7.x

How to manage Docker containers on CentOS/RHEL 7.x We have learnt “How to install Docker on CentOS 7.x” in last post and have even run your first container. Here’s “How to manage Docker containers on CentOS/RHEL 7.x” and images through the command line. Now, we will learn in this post, … Continue reading

How to install Docker on CentOS 7.x

How to install Docker on CentOS 7.x Docker is free and open-source software. Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers. The use of Linux containers to deploy applications is called containerization. Containers are not new, but their use for easily deploying … Continue reading

How to connect Azure Linux Virtual Machine?

We have seen the last post How to create a Linux Virtual Machine in Azure?Now, we move forward to access that Linux VM. There are multiple process to connect the Linux VM, we will see those steps in this post. So let’s start How to connect Azure Linux Virtual Machine? … Continue reading

How to create a Linux Virtual Machine in Azure?

Today, we are going to learn how to create a Linux virtual machine in Azure portal. We are going create Linux virtual machine through Azure portal. The Azure portal is a browser-based user interface to create VMs and their associated resources. I am going to provision the Ubuntu 16.04 server … Continue reading