### What is the problem you're trying to solve ```--attach``` is supported in ```docker run``` but not in ```nerdctl run``` ### Describe the solution you'd like Support ```--attach``` in ```nerdctl run```. ### Additional context - ```--attach``` is listed as unimplemented under [```nerdctl run```](https://github.com/containerd/nerdctl/blob/main/docs/command-reference.md#whale-blue_square-nerdctl-run) - [Docker attach docs](https://docs.docker.com/reference/cli/docker/container/run/#attach)