User Tools

Site Tools


tanszek:oktatas:iss_t:docker_integration_techniques

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
tanszek:oktatas:iss_t:docker_integration_techniques [2023/05/08 19:25] – létrehozva kneheztanszek:oktatas:iss_t:docker_integration_techniques [2025/03/31 06:37] (current) knehez
Line 8: Line 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.
Line 34: Line 34:
  
 **Development Environments**: Docker allows developers to create isolated development environments that closely resemble the production environment, reducing discrepancies and improving collaboration. **Development Environments**: Docker allows developers to create isolated development environments that closely resemble the production environment, reducing discrepancies and improving collaboration.
 +
 +Interesting video: https://www.youtube.com/watch?v=4RUiVAlJE2w
  
tanszek/oktatas/iss_t/docker_integration_techniques.1683573937.txt.gz · Last modified: 2023/05/08 19:25 by knehez