It can't work in docker container. When I start a sh -l process from pty4j, I can't read any characters from input stream. I think because there haven't any tty devices. But I don't know how to do.
I try to run a docker container with a --tty option ( tty: true in k8s deployment ). But is doesn't work yet.
It can't work in docker container. When I start a
sh -lprocess from pty4j, I can't read any characters from input stream. I think because there haven't any tty devices. But I don't know how to do.I try to run a docker container with a
--ttyoption (tty: truein k8s deployment ). But is doesn't work yet.