Posts

Showing posts with the label Container Management

What is Docker? How Docker Works? Docker Architecture?

Image
In this quick post, we will understand about Docker through Sketch: What is Docker? Docker's Underlying Technology ? What is Docker Engine (CRE)? How Docker Engine works? What is Docker Image & How to create Docker Image? Docker Architecture? Docker Important Commands? Stay tuned for upcoming parts and follow below channels Youtube :  T3P - Technology To The Point

What is Container? Why we need container to host application?

Image
  In this quick post, we will understand about Container: What is Container? What are benefits of Container? How to manage Containers? What are the environments supported by Containers? What is Containerization? What is the difference between "Virtualization & Containerization"? Stay tuned for upcoming parts and follow below channels Youtube :  T3P - Technology To The Point

Docker Features

Image
Docker CLI The most powerful interface to interact with Docker Containers. It is a simple command line Interface tool which integrates with Cmd Prompt and PowerShell in Windows and with default terminal in Linux based Operating System.

Docker Architecture

Image
Docker Architecture provides details about all major components belongs to docker platform, also explain how each components works together to fulfill requirements. Also we will see, how the actions will takes once run the commands in Docker Client (CLI).

Networking in Containers

Image
Overview Docker containers and it's services are so powerful because these can connect together, or can connect with the workload which is not running on docker. Even our containers and services are not required to be aware that they are running on docker or not even their peers.

Docker Engine

Docker Engine is a heart of Docker and it is installed with default docker installation. It works on Client-Server model. It actually performs all the tasks for docker.

Docker - To The Point

Docker is an open source platform which helps us to manage life-cycle of containers. It uses Container Runtime Engine (CRE) known as Docker Engine or Docker Daemon to perform all tasks (create, delete, run etc.) on containers.