(containerId: string, username: string)
| 35 | }); |
| 36 | |
| 37 | async function launchShellServer(containerId: string, username: string) { |
| 38 | const exec = dockerExecFunction({ |
| 39 | exec: plainExec(undefined), |
| 40 | cmd: 'docker', |
| 41 | env: {}, |
| 42 | output, |
| 43 | }, containerId, username); |
| 44 | return launch(exec, output); |
| 45 | } |
| 46 | }); |
no test coverage detected