Introduction to Docker and Docker Swarm

Introduction to Docker and Docker Swarm

Download
Download is available until [expire_date]
  • Version
  • Download 4
  • File Size 6.35 MB
  • File Count 1
  • Create Date March 28, 2023
  • Last Updated March 28, 2023

Docker: is a software development tool and a virtualization technology that makes it easy to develop, deploy, and manage applications by using containers.

Container: refers to a lightweight, stand-alone, executable package of a piece of software that contains all the libraries, configuration files, dependencies, and other necessary parts to operate the application.

Docker Image: Docker image can be compared to a template that is used to create Docker containers. These are read-only templates that contains application binaries and dependencies. Docker images are stored in the Docker Registry.

Docker Container: Docker container is a running instance of a Docker image as they hold the entire package needed to run the application.

Docker Registry: is a storage and distribution system for Docker images

 

Spread the word:

Leave a Reply