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§
- Remote
Runtime - Remote runtime that interacts with a Docker host over SSH.