Differences between revisions 4 and 8 (spanning 4 versions)
Revision 4 as of 2022-09-26 17:31:17
Size: 824
Comment:
Revision 8 as of 2023-04-04 16:05:26
Size: 994
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 * [[Docker/Dockerfile|Dockerfile]]
 * [[Docker/Hub|DockerHub]]
 * [[Docker/Swam|Docker Swarm]]
Line 34: Line 37:
 * [[Docker/BindMounts|Bind Mounts]]
Line 35: Line 39:
 * [[Docker/Security|Security]]

Docker

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

  • dockerd(8), the container runtime and hypervisor

  • docker(1), the toolchain that includes a container image builder and a userland CLI for interacting with dokcerd(8)

  • Dockerfile(5), the container image recipe syntax

  • docker-compose(1), the container composition file and the toolchain for using those files

Compare to Podman.


Building and Deploying

Networking

Administration


CategoryRicottone

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