Example #1
0
 public InstallCA(
     ShellHelper shellHelper,
     ICiLibCiDataDirectory cidataDir)
 {
     this.shellHelper = shellHelper;
     this.cidataDir   = cidataDir;
 }
Example #2
0
 public InstallTraefik(
     DockerWrapper dockerWrapper,
     ICiLibCiDataDirectory cidataDir)
 {
     this.dockerWrapper = dockerWrapper;
     this.cidataDir     = cidataDir;
 }
Example #3
0
 public InstallRegistry(
     DockerWrapper dockerWrapper,
     ShellHelper shellHelper,
     ICiLibCiDataDirectory cidataDir)
 {
     this.dockerWrapper = dockerWrapper;
     this.shellHelper   = shellHelper;
     this.cidataDir     = cidataDir;
 }