Vishwas Siravara
Vishwas Siravara
### Discussed in https://github.com/containerd/nerdctl/discussions/1392 Originally posted by **vsiravar** September 26, 2022 When I build an image using `nerdctl build .` without `-t/--tag` option, the image does not show up on...
#### Problem Virtualization Framework intermittently starts consuming 100%-220%(from Activity Monitor) CPU and is unresponsive. This leads to all limactl commands being unresponsive or failing. This intermittently happens when the lima...
Add check for used ports while allocating host port in `-p/--publish` to make it compatible with docker. Fixes: https://github.com/containerd/nerdctl/issues/2179
### Description When a container is restarted it does not publish a container's port(s) to the host. ### Steps to reproduce the issue 1. In Terminal run `nerdctl run -it...