Differences between revisions 12 and 13
Revision 12 as of 2023-04-04 16:25:37
Size: 923
Comment:
Revision 13 as of 2023-04-04 16:28:42
Size: 1233
Comment:
Deletions are marked like this. Additions are marked like this.
Line 40: Line 40:
----


== See also ==

[[https://man.archlinux.org/man/docker.1|docker(1)]]

[[https://man.archlinux.org/man/dockerd.8.en|dockerd(8)]]

[[https://man.archlinux.org/man/community/docker/Dockerfile.5.en|Dockerfile(5)]]

[[https://docs.docker.com/reference/|Docker project reference documentation]]

Docker

Docker is a containerization project. It's primary components are:

  • dockerd(8), the container runtime and hypervisor

  • 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)

Docker project reference documentation


CategoryRicottone

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