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

```bash [opc@instance-20200628-1517 ~]$ containerd-rootless-setuptool.sh install [ERROR] Needs systemd (systemctl --user) ``` my install step ```bash wget https://github.com/containerd/nerdctl/releases/download/v0.15.0/nerdctl-full-0.15.0-linux-amd64.tar.gz sudo tar Cxzvf /usr/local/ nerdctl-full-0.15.0-linux-amd64.tar.gz sudo cp /usr/local/lib/systemd/system/*.service /etc/systemd/system/ sudo systemctl enable buildkit...

question
area/rootless

# Issue: When using nerdctl + containerd on Windows, I am unable to mount volumes or bind mount to a new windows container. I've tried using the following command with...

enhancement
platform/Windows/Non-WSL2

https://github.com/containerd/nerdctl/runs/7464047904?check_suite_focus=true#step:7:894 ``` === CONT TestCopyToContainer cp_linux_test.go:49: assertion failed: error is not nil: expected "1000\n", got "" --- FAIL: TestCopyToContainer (2.16s) --- FAIL: TestCopyToContainer/SRC_PATH_specifies_a_file (1.25s) --- PASS: TestCopyToContainer/SRC_PATH_specifies_a_file/DEST_PATH_does_not_exist (0.46s) --- PASS:...

area/ci

### What is the problem you're trying to solve Target Nerdctl logging drivers: - [ ] none - [x] json-file : https://github.com/containerd/nerdctl/pull/959 - [ ] local - [x] journald :...

kind/feature
area/logging

Signed-off-by: ningmingxiao

enhancement
status/needs-tests

### Description === PAUSE TestRunStdin === RUN TestRunWithJsonFileLogDriver run_test.go:237: the maximum number of old log files to retain exceeded 2 files --- FAIL: TestRunWithJsonFileLogDriver (3.42s) https://github.com/containerd/nerdctl/runs/7312918520?check_suite_focus=true ### Steps to reproduce...

bug
area/ci

### What is the problem you're trying to solve When using colima, the command `docker run --rm -d --name mongo -p 27017:27017 mongo:latest` works fine. However I've been required to...

kind/feature

### Description unable to copy file in or out of running container ### Steps to reproduce the issue A running container: $ nerdctl ps CONTAINER ID IMAGE COMMAND CREATED STATUS...

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

When using `nerdctl run` to start a Windows container, networking doesn't work as there is no ethernet adapter attached: ```powershell .\nerdctl.exe pull mcr.microsoft.com/windows/nanoserver:1809 .\nerdctl.exe run --rm mcr.microsoft.com/windows/nanoserver:1809 cmd /c ipconfig...

platform/Windows

``` === CONT TestExecWithDoubleDash exec_test.go:46: container nerdctl-testexecwithdoubledash is now running exec_test.go:48: assertion failed: error is not nil: expected "success\n", got "" --- FAIL: TestExecWithDoubleDash (0.97s) ``` https://github.com/containerd/nerdctl/runs/7353495895?check_suite_focus=true https://github.com/containerd/nerdctl/blob/b89f0aa0b1701acb376b2706396b4df329f8dc1a/cmd/nerdctl/exec_test.go#L38-L49 Something seems...

bug
help wanted
area/ci