Description
The pipeline is built to connect the stdin/stdout channel from WebSocket servlet through container-executor to docker executor. So when the WebSocket servlet is started, we need to invoke container-executor “dockerExec” method (which will be implemented) to create a new docker executor and use “docker exec -it $ContainerId” command which executes an interactive bash shell on the container.
Attachments
Attachments
Issue Links
- is related to
-
YARN-9961 Add execContainer logic to RuncContainerRuntime
- Open