Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus authored Jul 12, 2024
1 parent 1e24fc1 commit 8739ee9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,8 @@ After installation (and reboot), you should be able to run containers using nerd
----
nerdctl run --rm -it hello-world
----

// TODO: dockerd and buildkitd have --group, but containerd doesn't.
// Waiting for https://github.com/containerd/containerd/issues/10454

NOTE: If you're getting `open \\\\.\\pipe\\containerd-containerd: Access is denied."` error, you need to run commands with elevated permissions.
When [this feature](https://github.com/containerd/containerd/issues/10454) is implemented, you will be able to use `nerdctr` from any user in `docker-users` group.

You can use `nerdctl build` to build containers.

Expand Down

0 comments on commit 8739ee9

Please sign in to comment.