Example #1
0
 public Maybe <SystemPath> GetDockerExecutable()
 {
     return(Maybe.OfNullable(dockerExecutable));
 }