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

### Description There is a use case with pause containers, where other containers attaches to the pause container network. The pause container is launched with network none. This requires the...

bug
area/network

### Description Title says all ### Steps to reproduce the issue 1. Start a registry with no authentication 2. nerdctl login against it ### Describe the results you received and...

status/needs-design-discussion

### Description Since we do support Basic Auth, we might want to disallow usernames containing colons entirely, or maybe only when we know the registry implements BA. I do appreciate...

kind/unconfirmed-bug-claim

### Description When an image uses a tag that is a short version of another (unrelated) image repo sha, nerdctl rmi will break down. This is another aspect of one...

bug

### Description docker inspect allows inspecting networks, volumes, images, containers. nerdctl only allows containers and images ### Steps to reproduce the issue 1. nerdctl inspect bridge 2 docker inspect bridge....

bug

### Description Passing wrong credentials against a basic auth registry will result in nerdctl trying repeatedly (ten times). Then spit out: `too many 401 (probably)` Followed by a `failed to...

kind/unconfirmed-bug-claim

### Description `nerdctl login https://127.0.0.1:5000` will always be downgraded to http://127.0.0.1:5000 It seems to be because of the faulty logic in `remotes/docker/config/hosts.go` that apparently considers "the scheme is ambiguous" as...

bug
area/login

### Description This ticket is meant to list all current issues with `nerdctl image history` when compared with `docker image history`. * 1. [ ] fails if multiple tags point...

kind/unconfirmed-bug-claim

### Description Right now it is really hard to get green build on first try, as many things seem to fail unrelated to submitted code. This ticket is meant to...

bug
area/ci

### What is the problem you're trying to solve ```--sig-proxy``` is supported in ```docker run``` and ```docker attach``` but not in ```nerdctl run``` and ```nerdctl attach```. This can also help...

kind/feature