Size: 277
Comment:
|
Size: 1233
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 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. |
|
Line 9: | Line 17: |
== Networking == | == Tool Chain == |
Line 11: | Line 19: |
* [[Docker/Compose|Docker Compose]] * [[Docker/Dockerfile|Dockerfile]] * [[Docker/Hub|DockerHub]] * [[Docker/Swarm|Docker Swarm]] == Runtime Network == * [[Docker/Networking|Networking]] |
|
Line 18: | Line 36: |
* [[Docker/BindMounts|Bind Mounts]] | |
Line 19: | 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://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 project reference documentation