nerdctl icon indicating copy to clipboard operation
nerdctl copied to clipboard

contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...

Results 290 nerdctl issues
Sort by recently updated
recently updated
newest added

Containers with --privileged enabled will default pass all devices on the host side to containers, but for runtimes like Kata Containers, this action will bring up some issues, for example...

Fixes #1308 Signed-off-by: Eric Promislow

area/login

Signed-off-by: Zhou Zhiqiang close https://github.com/containerd/nerdctl/issues/1279 Changes: - call `builderPruneAction()` within command `system prune`

### Description A Rancher Desktop user can get into a state where when they run `nerdctl run SOME_IMAGE`, they see the error message ``` FATA[0000] expected ac.ServerAddress ("") to be...

kind/unconfirmed-bug-claim

### Description when i try to do the test of TestBuild ,it alway failed,and exitcode is 1.This is the log print(i add the log).There is lot of test failed when...

kind/unconfirmed-bug-claim

### Description Not exactly sure if this is a bug, but I tried running `nerdctl system prune --all` in k3s, and got following error: ``` FATA[0000] needs CNI plugin "firewall"...

bug

thanks to @liubin to detect the issue (https://github.com/containerd/nerdctl/issues/1278#issuecomment-1205151926) fix stats output and ensure error display (https://github.com/containerd/nerdctl/issues/1278) Signed-off-by: fahed dorgaa

### Description https://github.com/containerd/nerdctl/runs/7736362053?check_suite_focus=true Error logs ``` run_mount_linux_test.go:162: assertion failed: error is not nil: expected "hi\n", got "" ```

bug
area/ci