August 2019
Intermediate to advanced
560 pages
13h 41m
English
Docker is an open platform for developing, packaging, delivering, and running an application. A loosely isolated environment called a container is provided to distribute, test, and deploy your application. Without a hypervisor, the container runs directly on the host machine's kernel. A Docker image is a snapshot of a container in a file format, while a Docker container is a running instance of a Docker image. When a Docker image is started and run, it produces a container. Docker images are stored in Docker registries. The official Elastic Docker images are located at the download site at https://www.docker.elastic.co/. All major components are provided. The installation order for the core components ...
Read now
Unlock full access