Size: 995
Comment:
|
Size: 930
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
* `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 |
* `docker(1)`, the user interface to that runtime * `Dockerfile(5)`, the declarative langauge used to build a container image |
Line 10: | Line 9: |
Compare to [[Podman]]. | Compare to [[Podman]], which uses the same syntax but designs out the daemonized service architecture. |
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.
Building and Deploying
Networking