ContextStore returns the ContextStore
()
| 396 | |
| 397 | // ContextStore returns the ContextStore |
| 398 | func (cli *DockerCli) ContextStore() store.Store { |
| 399 | return cli.contextStore |
| 400 | } |
| 401 | |
| 402 | // CurrentContext returns the current context name, based on flags, |
| 403 | // environment variables and the cli configuration file, in the following |
no outgoing calls