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 Improve feature compatibility with podman and docker ### Describe the solution you'd like Allow cp command to work with created containers,...

enhancement
expert
kind/feature

Depends on: - https://github.com/containerd/nerdctl/issues/611 - - - Cosign support for `nerdctl pull` and `nerdctl push` is being added in #556 #606 (v0.15). We should support cosign for `nerdctl compose` too....

area/compose
area/cosign

I try to enable nerdctl on an armv7 arch with a ramdisk. I am able to run docker on this arch but nerdctl not work I think because I can...

enhancement
priority/low

### Description A docker compose file with the following volumes part: ``` volumes: - $PWD:/var/project ``` does not work with `nerdctl compose` ``` > nerdctl compose up WARN[0000] The "PWD"...

kind/external
kind/external/rancher-desktop
kind/unconfirmed-bug-claim

### What is the problem you're trying to solve `nerdctl compose up` via Lima or Rancher Desktop resolves `~` in the compose YAML into the guest home `(/home/foo.linux` or `/root`),...

kind/external
kind/external/lima
kind/external/rancher-desktop
kind/feature

``` === RUN TestMultiPlatformBuildPush testutil.go:394: buildkitHost="unix:///run/buildkit-nerdctl-test/buildkitd.sock" testregistry_linux.go:49: hostIP="10.4.0.1", listenIP="0.0.0.0", listenPort=5000 multi_platform_linux_test.go:43: Testing "linux/arm/v7" ("armv7l") multi_platform_linux_test.go:43: Testing "amd64" ("x86_64") multi_platform_linux_test.go:43: Testing "arm64" ("aarch64") multi_platform_linux_test.go:43: Testing "arm" ("armv7l") multi_platform_linux_test.go:43: Testing "linux/arm" ("armv7l")...

area/ci

### What is the problem you're trying to solve When I set the image mirror, I need to maintain many configs. ```bash ➜ nerdctl tree . ├── buildkit │   └──...

kind/feature

Currently, `sudo nerdctl rm ` shows rootless containers, but this should show rootful containers.

enhancement
help wanted
area/bash-completion

> "10.0.0.0/8" shouldn't be hardcoded. > But you may add a documentation about this and call it a day. > >Eventually, this should be passed from (equivalent of ) `nerdctl...

area/rootless
area/bypass4netns