D

<< Click to Display Table of Contents >>

Raynet One Technology Catalog > 14.0 u1 > User Guide > Glossary 

D

Docker Compose

Docker Compose can be used to define and run multi-container Docker applications. A YAML file is used to configure the services of the application. Afterward it is possible to crate and start all services from the configuration with a single command.

 

Docker Desktop

Docker Desktop is a GUI that can be used in order to administrate running containers. It also contains resource management and a connection to the Docker Hub that can be used to load prepared images.

 

Docker Engine

Docker Engine is the software that hosts the docker container.