mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
These docs described how to migrate the image store when upgrading to
the content-addressable image store in docker 1.10. As these docs were
added 9 Years ago, and were not included in the TOC, it's likely that
users will have migrated by now :D
- https://blog.docker.com/2016/01/docker-1-10-rc/
- a315a5acec
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2.3 KiB
2.3 KiB
description, keywords, title, grid, aliases
| description | keywords | title | grid | aliases | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Engine | Engine | Docker Engine overview |
|
|
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 manage Docker objects, such as images, containers, networks, and volumes.
For more details, see Docker Architecture.
{{< grid >}}
Licensing
The Docker Engine is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.