This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
API: support sandbox process operation relay API #258
Comments
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 25, 2018
It sends tty resize request to the agent to resize a process's tty window. Fixes: kata-containers#258 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
Apr 25, 2018
It sends tty resize request to the agent to resize a process's tty window. Fixes: kata-containers#258 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
May 2, 2018
It sends tty resize request to the agent to resize a process's tty window. Fixes: kata-containers#258 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
May 2, 2018
It returns stdin, stdout and stderr stream of the specified process in the container. Fixes: kata-containers#258 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
May 2, 2018
It returns stdin, stdout and stderr stream of the specified process in the container. Fixes: kata-containers#258 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
May 2, 2018
It returns stdin, stdout and stderr stream of the specified process in the container. Fixes: kata-containers#258 Signed-off-by: Peng Tao <[email protected]>
bergwolf
added a commit
to bergwolf/kata-runtime
that referenced
this issue
May 2, 2018
It returns stdin, stdout and stderr stream of the specified process in the container. Fixes: kata-containers#258 Signed-off-by: Peng Tao <[email protected]>
zklei
pushed a commit
to zklei/runtime
that referenced
this issue
Jun 13, 2019
Fix update cpus - cpuset
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As described in the API design, we need to support
sandbox.WaitProcess()
,sandbox.WinsizeProcess()
,sandbox.SignalProcess()
andsandbox.IOStream()
operations.The text was updated successfully, but these errors were encountered: