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

### What is the problem you're trying to solve If you want to pull an image, you can specify the default image repository pull in the configuration file ### Describe...

kind/feature

### What is the problem you're trying to solve I'd like to start the discussion on supporting Docker compatible events with `nerdctl events` command. The events stream returned by nerdctl...

kind/feature

### What is the problem you're trying to solve It is stange that there are a good many `` name and `` tag images listed when exec `image ls`. ![图片](https://github.com/containerd/nerdctl/assets/15189954/13836c93-d2f1-4642-99dc-4a1cf335e430)...

kind/feature

Will release v1.7.5 and v2.0.0-beta.2 right after the release of containerd v1.7.14 cc @containerd/nerdctl-maintainers

area/project

### What is the problem you're trying to solve Docker build supports multiple contexts with `--build-context` flag to build complex projects. This allows you to build a Dockerfile using multiple...

good first issue
kind/feature

### What is the problem you're trying to solve I am going to use nerdctl to replace docker for k8s containerd runtime. I also need to create both arm64 &...

enhancement
question

Ubuntu 24.04 will enable [`kernel.apparmor_restrict_unprivileged_userns`](https://ubuntu.com/blog/ubuntu-23-10-restricted-unprivileged-user-namespaces) by default ([LP 2046477](https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2046477), [LP 2046844](https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/2046844)), so rootless setup needs the following steps: ```bash if [ ! -e "/etc/apparmor.d/usr.local.bin.rootlesskit" ] && [ -e "/etc/apparmor.d/abi/4.0" ]...

documentation
area/rootless
priority/high

Trivially bring up BuildKit support in nerdctl. It was basically all-there already, just disabled. Resolves #627 assuming you have Buildkitd functional on Windows, of course. Resolves #2173 which just turned...

platform/Windows/Non-WSL2

### Description buildkitd only supports linux and openbsd, but we have a windows test and will failed: https://github.com/containerd/nerdctl/actions/runs/7913136153/job/21600170296 maybe we could move the tests to linux or UNIX only? is...

kind/unconfirmed-bug-claim

### Description I tried to use nerdctl with [registry mirrors](https://github.com/containerd/nerdctl/issues/668) served by private harbor, but I got `401 Unauthorized` error. After some investigation, I found that when using registry mirrors,...

bug
area/login