Differences between revisions 2 and 16 (spanning 14 versions)
Revision 2 as of 2021-11-18 09:23:05
Size: 353
Comment:
Revision 16 as of 2023-04-04 17:12:47
Size: 1306
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

'''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.
Line 9: Line 17:
== Building and Deploying == == Tool Chain ==
Line 12: Line 20:
 * [[Docker/Dockerfile|Dockerfile]]
 * [[Docker/Hub|DockerHub]]
 * [[Docker/Swarm|Docker Swarm]]
Line 15: Line 26:
== Networking == == Runtime Network ==
Line 17: Line 28:
 * [[Docker/Networking|Networking]]
Line 24: Line 36:
 * [[Docker/BindMounts|Bind Mounts]]
Line 25: Line 38:
 * [[Docker/Security|Security]]

----


== 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://man.archlinux.org/listing/community/docker/|All Docker project man pages]]

[[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

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