Edition 0 Updated to asp. Net core 0



Yüklə 11,82 Mb.
Pdf görüntüsü
səhifə15/288
tarix12.07.2023
ölçüsü11,82 Mb.
#136458
1   ...   11   12   13   14   15   16   17   18   ...   288
Container image
: A package with all the dependencies and information needed to create a container. 
An image includes all the dependencies (such as frameworks) plus deployment and execution 
configuration to be used by a container runtime. Usually, an image derives from multiple base images 
that are layers stacked on top of each oth
er to form the container’s filesystem. An image is immutable 
once it has been created. 
Dockerfile
: A text file that contains instructions for building a Docker image. It’s like a batch script, 
the first line states the base image to begin with and then follow the instructions to install required 
programs, copy files, and so on, until you get the working environment you need. 
Build
: The action of building a container image based on the information and context provided by its 
Dockerfile, plus additional files in the folder where the image is built. You can build images with the 
following Docker command: 
docker build 
Container
: An instance of a Docker image. A container represents the execution of a single 
application, process, or service. It consists of the contents of a Docker image, an execution 
environment, and a standard set of instructions. When scaling a service, you create multiple instances 
of a container from the same image. Or a batch job can create multiple containers from the same 
image, passing different parameters to each instance. 
Volumes
: Offer a writable filesystem that the container can use. Since images are read-only but most 
programs need to write to the filesystem, volumes add a writable layer, on top of the container image, 
so the 
programs have access to a writable filesystem. The program doesn’t know it’s accessing a 



CHAPTER 1 | Introduction to Containers and Docker 
layered filesystem, it’s just the filesystem as usual. Volumes live in the host system and are managed 
by Docker. 
Tag
: A mark or label you can apply to images so that different images or versions of the same image 
(depending on the version number or the target environment) can be identified. 

Yüklə 11,82 Mb.

Dostları ilə paylaş:
1   ...   11   12   13   14   15   16   17   18   ...   288




Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©azkurs.org 2024
rəhbərliyinə müraciət

gir | qeydiyyatdan keç
    Ana səhifə


yükləyin