| 5 | func init() { registerRuntime(dockerRuntime{}) } |
| 6 | |
| 7 | type dockerRuntime struct{} |
| 8 | |
| 9 | func (dockerRuntime) Name() string { return "docker" } |
| 10 | func (dockerRuntime) Available() bool { return binAvailable("docker") } |
nothing calls this directly
no outgoing calls
no test coverage detected