Docker | Docker images introduction | Docker images commands

Опубликовано: 11 Август 2020
на канале: DGR Uploads
184
6

====================================================================
Subscribe :    / @dgruploads  
====================================================================
In this session, we will look at an introduction to Docker images and will work with various commands in Docker images like creating an image, inspecting an image and so on.

Below are the commands that we will cover in this session :
docker image build
docker image ls
docker image inspect
docker image history
docker image save
docker image load
docker image prune
docker image pull
docker image tag
docker image rm
docker image push

What is a Docker image ?
A Docker image is a file that comprises of multiple layers that is used to execute code in a Docker container.

When the user runs the Docker image, it creates one or more instances of the Docker containers.

A Docker images will consists of all the elements needed to run the application.

Docker images are immutable. Meaning they cannot be modified but can be duplicated, shared or deleted.

A Docker image is made up of multiple layers.

Happy learning!!


Смотрите видео Docker | Docker images introduction | Docker images commands онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь DGR Uploads 11 Август 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 184 раз и оно понравилось 6 людям.