Felhasználói eszközök

Eszközök a webhelyen


tanszek:oktatas:iss_t:docker_integration_techniques

Különbségek

A kiválasztott változat és az aktuális verzió közötti különbségek a következők.

Összehasonlító nézet linkje

tanszek:oktatas:iss_t:docker_integration_techniques [2023/05/08 19:25]
knehez létrehozva
tanszek:oktatas:iss_t:docker_integration_techniques [2023/05/08 19:26] (aktuális)
knehez
Sor 8: Sor 8:
 Docker allows you to create containers, which are lightweight and isolated environments that encapsulate an application and its dependencies. Containers provide a **consistent runtime environment**,​ ensuring that the application runs the same way across different systems. Docker containers are based on images, which are read-only templates containing everything needed to run an application,​ including the //operating system//, //​libraries//,​ and //​application code//. Docker allows you to create containers, which are lightweight and isolated environments that encapsulate an application and its dependencies. Containers provide a **consistent runtime environment**,​ ensuring that the application runs the same way across different systems. Docker containers are based on images, which are read-only templates containing everything needed to run an application,​ including the //operating system//, //​libraries//,​ and //​application code//.
  
-//Key Components of Docker//:+=== Key Components of Docker ​===
  
 **Docker Engine**: The Docker Engine is the core component of Docker that manages and runs containers. It includes the //Docker daemon//, which runs in the background, and the Docker client, which allows you to interact with the Docker Engine through the command-line interface (CLI) or APIs. **Docker Engine**: The Docker Engine is the core component of Docker that manages and runs containers. It includes the //Docker daemon//, which runs in the background, and the Docker client, which allows you to interact with the Docker Engine through the command-line interface (CLI) or APIs.
tanszek/oktatas/iss_t/docker_integration_techniques.1683573937.txt.gz · Utolsó módosítás: 2023/05/08 19:25 szerkesztette: knehez