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