aitchdot
aitchdot
Where do i find the .gifs
There is actually two problems in my post. I'm unable to add snmpdiskfree sensors with a specific disk, it will always only add the first disk. I'm, trying to add...
``` var containers = await new DockerClientConfiguration().CreateClient().Containers.ListContainersAsync(new ContainersListParameters()); _containers.AddRange(containers); var statuses = _containers.Select(c => $"{c.Names.FirstOrDefault()}: {c.State}"); return statuses.ToList(); ``` will return all containers with name and state properly but trying...
> I have the same issue. I need to run the multiple commands from the bash, but `Cmd = new[] { "/bin/bash", "-c", "apt-get update" }` > > doesn't seems...
Same issue here