зеркало из https://github.com/docker/compose-cli.git
Merge pull request #2127 from rumpl/fix-remove-context-call
Remove the call to com.docker.cli to get the default context
This commit is contained in:
Коммит
5f956ded9a
|
@ -123,9 +123,6 @@ func New(rootDir string) (Store, error) {
|
||||||
|
|
||||||
// Get returns the context with the given name
|
// Get returns the context with the given name
|
||||||
func (s *store) Get(name string) (*DockerContext, error) {
|
func (s *store) Get(name string) (*DockerContext, error) {
|
||||||
if name == "default" {
|
|
||||||
return dockerDefaultContext()
|
|
||||||
}
|
|
||||||
meta := filepath.Join(s.root, contextsDir, metadataDir, contextDirOf(name), metaFile)
|
meta := filepath.Join(s.root, contextsDir, metadataDir, contextDirOf(name), metaFile)
|
||||||
m, err := read(meta)
|
m, err := read(meta)
|
||||||
if os.IsNotExist(err) {
|
if os.IsNotExist(err) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче