Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2021-11-16 18:10:12
Size: 277
Comment:
Revision 7 as of 2023-04-03 01:35:18
Size: 961
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 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]].
Line 9: Line 18:
== Building and Deploying ==

 * [[Docker/Compose|Docker Compose]]
 * [[Docker/Dockerfile|Dockerfile]]
 * [[Docker/Hub|DockerHub]]


Line 11: Line 28:
 * [[Docker/Networking|Networking]]
Line 18: Line 36:
 * [[Docker/BindMounts|Bind Mounts]]
Line 19: Line 38:
 * [[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)