Posts

Showing posts with the label CRE

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).

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.