Jun
Jun
`nerdctl run -d` different from crictl/ctr tools, IO sets of task is a log URI. see https://github.com/containerd/nerdctl/blob/master/pkg/taskutil/taskutil.go#L54-L60
Doesn't seem to be fully fixed. ``` === RUN TestRunWithJsonFileLogDriver run_test.go:237: the maximum number of old log files to retain exceeded 2 files, got: [] --- FAIL: TestRunWithJsonFileLogDriver (3.36s) ```...
Duplicate of https://github.com/containerd/nerdctl/issues/458
I'm sorry for i didn't double check :( I reproduced this issue, the task status will be displayed as `Created` after restart qemu.
I reproduced this problem locally, docker works.
```sh sudo nerdctl run -d -p 8999:8999 python python -m http.server 8999 ``` When I run an http server on port 8999, it can be accessed locally, but the remote...
> so when i use portmap,i must use"sudo iptables -A CNI-FORWARD -p tcp -m tcp --dport 8999 -j ACCEPT"? This is just a temporary solution, I haven't determined the specific...
> In my own container,the portmap still isn't work. The above temporary solution is for TCP, you need to modify it for your use, maybe you use UDP.
Can we have an integration test?
Please rebase master to fix CI, thanks.