Jun

Results 164 comments of Jun

Can you test this case locally? It seems different from what was expected? ```shell $ sudo nerdctl run -p 8080:80 --name=test -d nginx 7f4a2be3bd30eba9d9b5c45ea83213af9728fa456bd3b23783a3352282afc078 $ sudo nerdctl stop test test...

> I think this is because [nerdctl stop ](https://github.com/containerd/nerdctl/blob/main/pkg/cmd/container/stop.go#L31)does not clean up the network unlike [nerdctl remove](https://github.com/containerd/nerdctl/blob/main/pkg/cmd/container/remove.go#L92) . I can make a follow up PR to fix this, if it's...

> LGTM it is the nerdctl stop responsibility to binded free port(s) I concur with it, but hold reservations about merging this PR. I believe we should first have nerdctl...