From 4a2ec0efd31c59bdef995fdb1928d48e3fb38836 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 23 Sep 2022 12:25:04 -0700 Subject: [PATCH] refine docker section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95c21a9..dceb6b6 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,18 @@ tweaking to before becoming fully functional. ### Docker this project uses [Dockerfiles][df] to allow for *mostly-reproducible* builds. -[podman][podman] is used instead of docker, because the official docker software +[podman][podman is used] instead of docker, because the official docker software is commercial and obnoxious. **neither docker nor podman is required for executing the binaries.** binaries are to be isolated and extracted from the resulting containers. those binaries can then be transferred across platforms, like any other APE. -[podman]: https://docs.podman.io/en/latest/markdown/podman-build.1.html [df]: https://docs.docker.com/engine/reference/builder/ +[podman]: https://docs.podman.io/en/latest/markdown/podman-build.1.html in the future, it would be nice to use something -like what [Void Linux][void] does for its packages, +like [what Void Linux does for its packages,][void] which would entirely sidestep the clunkiness of Dockerfiles and working with containers.