ContextStoreDir returns the directory the docker contexts are stored in
()
| 86 | |
| 87 | // ContextStoreDir returns the directory the docker contexts are stored in |
| 88 | func ContextStoreDir() string { |
| 89 | return filepath.Join(Dir(), contextsDir) |
| 90 | } |
| 91 | |
| 92 | // SetDir sets the directory the configuration file is stored in |
| 93 | func SetDir(dir string) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…