Differences between revisions 14 and 15
Revision 14 as of 2023-04-04 16:29:04
Size: 1321
Comment:
Revision 15 as of 2023-04-04 17:12:38
Size: 1306
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * `dockerd(8)`, the container runtime and hypervisor  * `dockerd(8)`, the container runtime

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 langauge 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(1)

dockerd(8)

Dockerfile(5)

All Docker project man pages

Docker project reference documentation


CategoryRicottone

Docker (last edited 2023-06-02 22:47:54 by DominicRicottone)