Category: Docker
Docker
Introduction I am going to show you how to install docker in Linux platform, the operating system I am using here is CentOS 7 64 bit architecture. In my previous tutorial I had shown how to install docker on Windows 7 operating system. Docker is a container, more like a virtual machine, portable, resource friendly…
In this tutorial I will tell you what are the possible states of docker containers. Here I am going to tell you about all possible states of docker container. State generally refers to any changeable conditions including the results of internal operations, interactions with other applications.
Introduction This tutorial will show you how to install Docker in Windows 7 operating system. Docker, from Wikipedia, is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can…