runtime icon indicating copy to clipboard operation
runtime copied to clipboard

passing a stdin to docker run hangs the container

Open GabyCT opened this issue 8 years ago • 0 comments

If you pass a stdin to docker run, the container hangs

$ echo hello | docker run -i busybox sh: hello: not found .... but the container do not gets terminated like if you use runc.

Here are the specifications that I am using cc-runtime : 3.0.12 commit : 9014fe377ba9db875e08b28a801164febad43264 Docker version 1.12.1, build 23cf638

GabyCT avatar Jan 16 '18 22:01 GabyCT