From e7796fe58fa4a15c09291bafa447b53eb262df40 Mon Sep 17 00:00:00 2001 From: Marat Radchenko Date: Thu, 11 Jul 2024 12:52:40 +0300 Subject: [PATCH] Add note about `nerd ctl build --progress` --- README.adoc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 05ac805..3d74a50 100644 --- a/README.adoc +++ b/README.adoc @@ -126,13 +126,16 @@ After installation (and reboot), you should be able to run containers using nerd nerdctl run --rm -it hello-world ---- -You can use `nerdctl build` to build containers. +// TODO: is there any way to fix this? dockerd has --group, but does containerd/buildkitd have it? -Additionally, `ctr` and `buildctl` are available on `%PATH%`. +NOTE: If you're getting `open \\\\.\\pipe\\containerd-containerd: Access is denied."` error, you need to run commands with elevated permissions. -// TODO: is there any way to fix this? dockerd has --group, but does containerd/buildkitd have it? +You can use `nerdctl build` to build containers. + +NOTE: There's an https://github.com/containerd/containerd/issues/10154[issue] with `nerdctl build`. +If you get `error: code = Unknown desc = write /dev/stdout: The pipe is being closed.`, add `--progress=plain` option. -IMPORTANT: If you're getting `open \\\\.\\pipe\\containerd-containerd: Access is denied."` error, you need to run commands with elevated permissions. +Additionally, `ctr` and `buildctl` are available on `%PATH%`. == Building from source