Detecting Docker
DockerShell
DockerShell shell = Shell.current;Detecting if you are running in a Docker
if (DockerShell.inDocker)
{
/// do something docker
}Last updated
Was this helpful?
DockerShell shell = Shell.current;if (DockerShell.inDocker)
{
/// do something docker
}Last updated
Was this helpful?
Was this helpful?