Exemplo n.º 1
0
 public HomeController(DockerService dockerService)
 {
     _dockerService = dockerService;
     dockerService.MonitorEvents();
 }