Category: Docker
Using Ansible playbook to install Docker on Centos 7
by Sahil Suri | Dec 18, 2020 | Ansible, Devops, Docker | 0 |
Introduction Docker is a containerization engine and platform that encapsulates application code along with all of its dependencies inside a container. Containers are like virtual machines but they are more portable, more...
Read MoreDocker Volumes explained
by Sahil Suri | Sep 25, 2019 | Devops, Docker | 0 |
Introduction In earlier posts, we created a script in our container and we were able to execute it. But when the container is removed the script will get removed right along with it. What if we wanted the files created during...
Read MoreDocker networking commands explained
by Sahil Suri | Sep 24, 2019 | Devops, Docker | 0 |
Introduction Our last article was a theoretical introduction to the Docker networking stack comprising the container network model and its components. In this article, we’ll be demonstrating some useful docker networking...
Read MoreDocker networking basics explained
by Sahil Suri | Sep 20, 2019 | Devops, Docker | 0 |
Introduction In this post, we are going to delve in the theory and components of Docker networking. Generally, when we create a container, from the networking aspect it either needs to communicate with another container or it...
Read MoreHow to push an image to Docker hub
by Sahil Suri | Sep 18, 2019 | Devops, Docker | 0 |
Introduction In our previous post, we explained some of the ways we could work with containers like running commands on containers during startup and also while they were running. We also explained how to start and connect to...
Read MoreCommon Docker image and container management commands
by Sahil Suri | Sep 16, 2019 | Devops, Docker | 0 |
Introduction The docker command now consists of multiple management commands having related sub-commands embedded within them. Some of the examples of management commands are builder, config, container, image, network, etc. You...
Read MoreDocker Container life cycle explained
by Sahil Suri | Sep 9, 2019 | Devops, Docker | 0 |
Introduction When we create a container the general philosophy is that the container comes up, does the task it’s intended to perform and then goes away. Containers are basically meant to be ephemeral in nature but we can...
Read MoreUsing dockerfile to build docker images
by Sahil Suri | Sep 3, 2019 | Devops, Docker | 0 |
Introduction When we talked about the Docker hub we mentioned a scenario wherein we would use an Ubuntu 16.04 image as our base image, update it and install Python 3 on it. In our last post on Docker images we successfully...
Read MoreDocker images explained
by Sahil Suri | Sep 2, 2019 | Devops, Docker | 0 |
Introduction When it comes to Docker, it’s difficult to talk about one concept without involving some part of another Docker concept. You are likely to notice this correlation in this post as well where we will talk about...
Read MoreDocker engine explained
by Sahil Suri | Aug 15, 2019 | Devops, Docker | 0 |
Introduction In our last post, we explained how docker works on a client-server architecture and also talked about the different docker components. In this article, we will discuss the docker engine itself in greater detail. The...
Read MoreDocker architecture explained
by Sahil Suri | Aug 12, 2019 | Devops, Docker | 0 |
Introduction We’ve touched base upon different aspects of Docker in our previous posts. In this post, we’ll talk about Docker’s architecture in a little more detail and introduce the different components that...
Read MoreDocker: Running your first container!
by Sahil Suri | Jul 23, 2019 | Basics, Devops, Docker | 0 |
Introduction In our last post, we explained how to install docker on a Centos 7 system. In this post, we will demonstrate how to launch and run our first container named hello-world. Before we launch our container let’s...
Read MoreTake this course
ABOUT ME..!
My name is Surendra Kumar Anne. I hail from Vijayawada which is cultural capital of south Indian state of Andhra Pradesh. I am a Linux evangelist who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. At present I work at Bank of America as Sr. Analyst Systems and Administration. You can contact me at surendra (@) linuxnix dot com.