|
Size: 1306
Comment:
|
Size: 1306
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 7: | Line 7: |
| * `Dockerfile(5)`, the declarative langauge used to build a container image | * `Dockerfile(5)`, the declarative language used to build a container image |
Docker
Docker is a containerization project. It's primary components are:
dockerd(8), the container runtime
docker(1), the user interface to that runtime
Dockerfile(5), the declarative language used to build a container image
Compare to Podman, which uses the same syntax but designs out the daemonized service architecture.
Tool Chain
Runtime Network
Administration
See also
Docker project reference documentation
