CurrentContext returns the name of the current Docker context Returns "default" for simple clients without context support
()
| 21 | // CurrentContext returns the name of the current Docker context |
| 22 | // Returns "default" for simple clients without context support |
| 23 | CurrentContext() string |
| 24 | |
| 25 | // ServerOSType returns the Docker daemon's operating system (linux/windows/darwin) |
| 26 | // Used for OS-specific compatibility checks |
no outgoing calls
no test coverage detected