From ee8129b3cb0c2392442caa39947fd063a99da88e Mon Sep 17 00:00:00 2001 From: SuperMaxusa <41739128+SuperMaxusa@users.noreply.github.com> Date: Sun, 29 Dec 2024 15:50:33 +0200 Subject: [PATCH] alpine: edit readme (see https://gitlab.alpinelinux.org/alpine/aports/-/commit/b7d4635638106942beb648e0f59f3498eed81fef) --- tools/docker/alpine/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/alpine/Readme.md b/tools/docker/alpine/Readme.md index 1256f0481d..ac2dabbb1d 100644 --- a/tools/docker/alpine/Readme.md +++ b/tools/docker/alpine/Readme.md @@ -1,6 +1,6 @@ You can build a Alpine Linux 9p image using Docker: -1. As needed, kernel flavor (`virt` is smaller than `lts`, but don't have networking) and set of additional packages (community repo is enabled by default) can be edited in `Dockerfile` +1. As needed, kernel flavor (`virt` is smaller than `lts`) and set of additional packages (community repo is enabled by default) can be edited in `Dockerfile` 2. Check and run `./build.sh` with started dockerd (podman works) 3. Run local webserver (e.g. `make run`) and open `examples/alpine.html` 4. (optional) Run `./build-state.js` and add `initial_state: { url: "../images/alpine-state.bin" }` to `alpine.html`