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

I think we are in a good state to release v1.0 (or v24). I was initially planning to include the following issue in v1.0, but none of them is a...

area/project

### Description When using `stats` command with -a, no output is generated and the terminal stuck there forever. ``` ~/Desktop ✓ ➭ ./_output/lima/bin/limactl shell default [user@lima-default default]$ ``` ``` [user@lima-default...

bug

### Description Cannot build using containerfile with RUN command on centos. The same containerfile works fine on ubuntu. ### Steps to reproduce the issue 1. Have a simple Containter file:...

kind/unconfirmed-bug-claim

### Description ``` $ cat Dockerfile FROM alpine ARG HTTP_PROXY $ nerdctl build -t test --build-arg HTTP_PROXY . error: invalid opt: invalid value build-arg:HTTP_PROXY FATA[0000] unrecognized image format FATA[0000] exit...

bug

### Description nerdctl build failed image and showing nothing output, how to troubleshoot in this senario? ### Steps to reproduce the issue $ containerd-rootless-setuptool.sh install $ containerd-rootless-setuptool.sh install-buildkit $ cat...

bug
help wanted
area/rootless
status/needs-more-information

Signed-off-by: Zhou Zhiqiang This PR does not change the logic of `nerdctl builder prune`, please let me know if we should also update it. prev #1284 close #1279

This PR supports using `nerdctl image convert` to convert docker v2 or oci images to nydus images. The users can use the command like `nerdctl image convert --nydus --oci `...

Fixes https://github.com/containerd/nerdctl/issues/1398 Signed-off-by: Manu Gupta

### Discussed in https://github.com/containerd/nerdctl/discussions/1392 Originally posted by **vsiravar** September 26, 2022 When I build an image using `nerdctl build .` without `-t/--tag` option, the image does not show up on...

### What is the problem you're trying to solve For now, the nerdctl uses the `/etc/hosts` file to record the DNS for the different containers. But in some circumstances, we...

kind/feature
kind/proposal