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 nerdctl push level=fatal msg=content digest sha256:xxx: not found ### Steps to reproduce the issue command : 1. nerdctl commit --namespace xxx "${CONTAINER_ID}" "${_IMAGE_INFO}" 2. nerdctl push --namespace xxx...

kind/unconfirmed-bug-claim

### Description ``` sudo /usr/local/bin/nerdctl run -d --name istcs-prometheus-config-reloader \ --restart=always \ -v "/mnt/plugins"/prometheus/conf:/etc/config:ro \ "10.102.26.195/monitoring_containers/prometheus-config-reloader:v0.65.1" \ --watch-interval=5s \ --reload-timeout=2s \ --watched-dir=/etc/config \ - reload - url = http://10.102.26.195: "9090"...

kind/unconfirmed-bug-claim

### Description Whenever nerdctl displays lists of images (nerdctl images, nerdctl image list), the ID being reported are the repo sha, not the image ID. Compare with Docker. ### Steps...

status/needs-design-discussion

### Description Title says all ### Steps to reproduce the issue docker image inspect vs . nerdctl image inspect ### Describe the results you received and expected Reported size are...

kind/unconfirmed-bug-claim

### Description In a number of different occasions, but specifically when querying different objects in one call, nerdctl will return a stream of json arrays. In comparison, docker returns one...

bug

### Description Title says all. ### Steps to reproduce the issue ``` sudo ./nerdctl run --name foo --network bridge -d debian sleep 3600 sudo ./nerdctl inspect foo ``` ### Describe...

enhancement
area/network

### Description While investigating #2992, I noticed that `AllocHostsFile` is called before we verify that the requested `--name` for the container to be started is actually available. If the name...

bug

### Description Title says all. ### Steps to reproduce the issue ``` docker network inspect bridge nerdctl network inspect bridge ``` ### Describe the results you received and expected Docker...

enhancement
area/network

### Description When starting a container with --restart always, docker will not try to restart if explicitly stopped. On the other hand, nerdctl will ### Steps to reproduce the issue...

bug

### What is the problem you're trying to solve when pull image with cosign,there is a error i find it need `--insecure-ignore-tlog=true` for cosign or `--private-infrastructure` see: https://github.com/sigstore/cosign/issues/2808 ![image](https://github.com/containerd/nerdctl/assets/11729624/1225bfa2-e68f-453f-a445-407359a90d4d) ![image](https://github.com/containerd/nerdctl/assets/11729624/2998ecaa-ca4f-402b-a474-bc451543df8f)...

kind/feature