Differences between revisions 10 and 11
Revision 10 as of 2023-04-04 16:24:59
Size: 930
Comment:
Revision 11 as of 2023-04-04 16:25:20
Size: 918
Comment:
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
== Building and Deploying == == Tool Chain ==

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

Networking

Administration


CategoryRicottone

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