mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
## Description In order to better attribute upgrade sources, we are adding two params - `ref` and `refAction` to the existing pricing url. The `ref` will be "Docs" and the `refAction` will be the particular docs page from where the pricing url click is originated. ## Related issues or tickets https://docker.atlassian.net/browse/GRO-282 ## Reviews @akristen You should see the new url params when hovering over or clicking any of the updated pricing urls - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com>
2.7 KiB
2.7 KiB
title, weight, description, keywords, params, grid, aliases
| title | weight | description | keywords | params | grid | aliases | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Docker Engine | 10 | Find a comprehensive overview of Docker Engine, including how to install, storage details, networking, and more | Engine |
|
|
|
Docker Engine is an open source containerization technology for building and containerizing your applications. Docker Engine acts as a client-server application with:
- A server with a long-running daemon process
dockerd. - APIs which specify interfaces that programs can use to talk to and instruct the Docker daemon.
- A command line interface (CLI) client
docker.
The CLI uses Docker APIs to control or interact with the Docker daemon through scripting or direct CLI commands. Many other Docker applications use the underlying API and CLI. The daemon creates and manages Docker objects, such as images, containers, networks, and volumes.
For more details, see Docker Architecture.
{{< grid >}}
Licensing
Commercial use of Docker Engine obtained via Docker Desktop within larger enterprises (exceeding 250 employees OR with annual revenue surpassing $10 million USD), requires a paid subscription. Apache License, Version 2.0. See LICENSE for the full license.