()
| 236 | } |
| 237 | |
| 238 | func (s *composeService) configFile() *configfile.ConfigFile { |
| 239 | return s.dockerCli.ConfigFile() |
| 240 | } |
| 241 | |
| 242 | // getContextInfo returns the context info - either custom override or dockerCli adapter |
| 243 | func (s *composeService) getContextInfo() api.ContextInfo { |
no test coverage detected