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 am trying to run nerdctl inside WSL 2 (Ubuntu 20.04). Everything is setup and running (following this guide: https://medium.com/geekculture/move-away-from-docker-now-and-utilize-wsl2-systemd-genie-containerd-with-nerdctl-d5f729dcf227). But I ran into problems when trying to pull any...

area/rootless
platform/Windows/WSL2

### Description I am able to pull an image from a private repository when I do `lima nerdctl pull REPOSITORY\IMAGE`. However, when I try to build with `lima nerdctl compose...

bug
area/login

I use compose like this: ```yaml services: mysql: image: mysql:8.0 environment: - MYSQL_ROOT_PASSWORD=root ports: - 3306:3306 volumes: - ../../data/mysql/var/lib/mysql/:/var/lib/mysql/ ``` Which works with `docker-compose:1.29.*` (`pip install docker-compose`), the mounted directory...

enhancement

I tried to use lima + nerdctl in order to pull container images from our private Gitlab registry which serves over TLS, I got the following error: ```shell lima nerdctl...

question
platform/macOS

waiting for fix in compose-go side https://github.com/compose-spec/compose-go/issues/235

kind/external
area/compose

This bug occurs when trying to run nerdctl compose up on a Dockerfile that has been built using a private python library. A github token is set as a build...

bug
area/compose

```console $ nerdctl --version nerdctl version 0.12.1-58-g757f823 $ nerdctl run -d --name nginx -p 8080:80 nginx:alpine 5debf438f4632aaf6346d022b8a98c89c36b03e729f21f5e3f89b718a370f2da $ nerdctl stop nginx nginx $ lsof -i -P COMMAND PID USER FD...

bug
area/rootless

According to [image manifest v2, schema 1](https://docs.docker.com/registry/spec/manifest-v2-1/), "application/json" should be accepted as the content-type, but I get the error: > encountered unknown type application/json If I provide "application/vnd.docker.distribution.manifest.v1+prettyjws" then there...

enhancement
priority/low

I'm trying to replace docker desktop with rancher on wsl2 (ubuntu) windows 10. i can run containers perfectly fine, but when i try to start up my compose project below,...

kind/external
kind/external/rancher-desktop

# Issue: I am unable to run a Windows container nerdctl + containerd, using the following command: `nerdctl run -it hello-world:latest` When running the above command, I get the following...

platform/Windows