nerdctl icon indicating copy to clipboard operation
nerdctl copied to clipboard

fix can't start with -it flag

Open ningmingxiao opened this issue 3 years ago • 2 comments

Signed-off-by: ningmingxiao [email protected]

ningmingxiao avatar Mar 29 '22 02:03 ningmingxiao

fix https://github.com/containerd/nerdctl/issues/492

ningmingxiao avatar Mar 29 '22 02:03 ningmingxiao

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

AkihiroSuda avatar Apr 05 '22 09:04 AkihiroSuda

Fixed by https://github.com/containerd/nerdctl/pull/1642 ? @ningmingxiao cc

fahedouch avatar Dec 23 '22 18:12 fahedouch

Fixed by #1642 ? @ningmingxiao cc yes

ningmingxiao avatar Dec 26 '22 06:12 ningmingxiao