logo

Codeordie

Hello Learners

Wellcome to Every Developers to the creator world | make content | make new world

New products | new features | new learning | easy

Bibhabendu

Clear Docker | let's paly with docker

9 January 2023

Bibhabendu

Bibhabendu

This is a docker introduction | How to use docker | what is docker | VM's vs Docker | Container information | Docker networks

Devops

Docker

Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. The service has both free and premium tiers. The software that hosts the containers is called Docker Engine. It was first started in 2013 and is developed by Docker,

Question about Docker

What is Docker container ?

- A Docker container is a lightweight, stand-alone, executable package of software that includes everything needed to run a piece of software, including the code, runtime, system tools, libraries, and settings. Containers provide a consistent and reproducible environment for software applications, enabling them to run consistently across different environments, such as development, test, and production. They run within the Docker host system and share the host's operating system, but are isolated from each other and the host system, allowing them to run securely and with limited resource requirements.


Small step to appriciate