github.com/wtrep/tgf@v1.18.8/docker_windows.go (about)

     1  package main
     2  
     3  const dockerSocketMountPattern = "/%[1]s:%[1]s"
     4  
     5  func getDockerGroup() string {
     6  	return "root"
     7  }