Skip to main content

Module remote_runtime

Module remote_runtime 

Source
Expand description

Remote Docker runtime — interact with a Docker host via SSH + Docker CLI.

Ports the Python RemoteRuntime class. Instead of HTTP to an in-container server, we shell out to docker -H ssh://user@host or ssh user@host docker ....

Structs§

RemoteRuntime
Remote runtime that interacts with a Docker host over SSH.