Docker..

Docker..

What is container?

A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another. A Docker container image is a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings.

or we can also say that... A container is a bundle of Application, Application libraries required to run your application and the minimum system dependencies.



Docker is a containerization platform that provides easy way to containerize your applications, which means, using Docker you can build container images, run the images to create containers and also push these containers to container registries such as DockerHub, Quay.io and so on.

Or we can say that Docker is an open platform for developing, shipping, and running applications Docker enables you to separate your applications from your infrastructure so you can deliver software quickly.

In simple words, we can also say that containerization is a concept or technology and Docker Implements Containerization.


要查看或添加评论,请登录

Rakesh Kumar的更多文章

  • Docker...

    Docker...

    Container: A container is a standard unit of software that packages up code and all its dependencies so the application…

  • Git and GitHub...

    Git and GitHub...

    Login aws account----> create two EC2 instance Commands:- sudo su #for admin command apt-get update -y #to update…

  • GIT and GitHub....

    GIT and GitHub....

    Version control system Stages of git/workflow Stages of git and its terminology Introduction: It is the software…

  • Interactive file and explorer

    Interactive file and explorer

    description:- we will create a bash script that serves as an interactive file and directory explorer. The script will…

  • Basic of bash scripting

    Basic of bash scripting

    Here we will cover the basics of bash scripting. Task1:Comments In bash scripts, comments are used to add explanatory…

社区洞察

其他会员也浏览了