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 454 nerdctl issues
Sort by recently updated
recently updated
newest added

Nerdctl version 0.12.1 (Latest Rancher Desktop) When running the command below to create a template from a helm chart and apply it with kubectl I am getting a containerd panic...

bug

I use nerdctl in a `lima` vm on mac as a replacement for `docker-compose`. `docker compose` (or `docker-compose`) supports a `stop` command. It retains the created containers by just stopping...

enhancement
area/compose

@manugupt1 Why does this raise warning? I don't think using Containerfile when Dockerfile doesn't exist should output warning. _Originally posted by @Kitanotori in https://github.com/containerd/nerdctl/pull/1219#discussion_r937313898_

good first issue

### Description The output of `nerdctl stats` disappears after a few minutes ### Steps to reproduce the issue 1. `nerdctl run -d alpine sleep infinity` 2. `nerdctl stats` 3. Wait...

bug

> CI seems flaky. > > Can be fixed later, though > > >> time="2021-09-21T14:19:05Z" level=fatal msg="failed to create shim: failed to mount rootfs component &{nullfs /var/lib/containerd/io.containerd.snapshotter.v1.native/snapshots/3 [rw]}: mount [[-o...

area/ci
platform/FreeBSD

Try running a compose where ports for a service are bound to an ephemeral port, as documented in https://docs.docker.com/compose/compose-file/compose-file-v3/#ports ``` version: '3' services: foo: build: . ports: - 3000 ```...

enhancement
area/compose

We may want to add a boolean value `experimental` in [`nerdctl.toml`](https://github.com/containerd/nerdctl/blob/master/docs/config.md) to allow disabling [experimental features](https://github.com/containerd/nerdctl/blob/master/docs/experimental.md). The default value must stay `true` to keep enabling experimental features,

enhancement
good first issue

Some flags are designed to be `nonPersistentAlias` (i.e `--n`, `--H`) to avoid conflict with submodules. We should mention this in the description of alias to avoid bad understanding ``` Flags:...

area/cobra

### Description nerdctl ``` $ sudo nerdctl network create test-br 61c84410830227bcdb72d9c2bb08aec945d85f5c69d35600bfcb24168464a404 $ sudo nerdctl run --net test-br alpine ip addr 2: eth0@if968: mtu 1500 qdisc noqueue state UP link/ether 0e:ad:43:ab:24:2d...

kind/external
priority/low

fix can't save image by image id