nerdctl
nerdctl copied to clipboard
fix can't start with -it flag
fix https://github.com/containerd/nerdctl/issues/492
docker start doesn't support tty
$ docker start --help
Usage: docker start [OPTIONS] CONTAINER [CONTAINER...]
Start one or more stopped containers
Options:
-a, --attach Attach STDOUT/STDERR and forward signals
--detach-keys string Override the key sequence for detaching a container
-i, --interactive Attach container's STDIN
Fixed by https://github.com/containerd/nerdctl/pull/1642 ? @ningmingxiao cc
Fixed by #1642 ? @ningmingxiao cc yes