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

Signed-off-by: ningmingxiao ``` openssl genrsa -out mykey.pem openssl rsa -in mykey.pem -pubout -out mypubkey.pem nerdctl image encrypt --recipient=jwe:mypubkey.pem ghcr.io/stargz-containers/fedora:30-esgz test:encrypted [root@LIN-FFF47298CDA ~]# nerdctl inspect --mode=native --format="{{len .Index.Manifests}}" test:encrypted FATA[0000] 1...

Right now, nerdctl reports its user-agent string as "containerd/${containerd_version}`, so container registries can't distinguish nerdctl pulls from containerd pulls. It would be useful to re-set the user-agent as "nerdctl/${nerdctl_version} containerd/${containerd_version}"....

status/needs-design-discussion
status/needs-more-information

With the upcoming bypass4netns integration, rootless containers no longer needs to be slowed down with slirp, however, the puller and the pusher are still slowed down. We should now look...

area/rootless
expert
area/performance

Hello, I just started testing the comparison between docker desktop and rancher desktop on mac and I noticed something odd with an environment variable not being printed as it would...

kind/external
kind/external/rancher-desktop

**Required behavior:** Allow start Created or Exited containers, either with `nerdctl start` or `nerdctl exec -it`. **Actual behavior:** you can run a container, for example: `nerdctl run -it nginx:latest --name...

This is yet another mac build PR. darwin support of containerd is still underway, but would like to ask your opnions. There are several notes on the current status: -...

First, this project is amazing!!! Feature request. A lot of our Docker projects at Custom Ink leverage `docker-compose run` in various project bin files for local development. This allows us...

enhancement
help wanted
area/compose

``` === CONT TestRunCopyingUpInitialContentsShouldNotResetTheCopiedContents run_mount_linux_test.go:219: assertion failed: expression is false: res.ExitCode == exitCode: time="2022-01-31T05:22:17Z" level=warning msg="failed to delete task 102220fedb04ec3e793f1e52ca51049eb29b9adce460827e46e19719dfab32c0" error="unknown error after kill: runc did not terminate successfully: exit...

area/ci

i've build the image using: `nerdctl build -t getting-started .` The image is there: `nerdctl image ls` REPOSITORY TAG IMAGE ID CREATED PLATFORM SIZE getting-started latest ccaa9b9176cf 15 minutes ago...

kind/external
kind/external/rancher-desktop