Example #1
0
 public DockerBuildCmd(
     SshStep pstep,
     CmdDocker cmdDocker)
 {
     this.pstep     = pstep;
     this.cmdDocker = cmdDocker;
 }
Example #2
0
 public InstallDockerCmd(
     SshStep pstep,
     CmdDocker sshDocker)
 {
     this.pstep     = pstep;
     this.cmdDocker = sshDocker;
 }
Example #3
0
 public PiloteInstallDocker(
     PiloteStep pstep,
     CmdDocker cmdDocker)
 {
     this.pstep     = pstep;
     this.cmdDocker = cmdDocker;
 }