mirror of https://github.com/docker/compose.git
Add down command
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
836732ed37
commit
5f0f72e27d
|
@ -57,6 +57,7 @@ func (cp *ComposeProject) Install(name, path string) error {
|
|||
if path != "" {
|
||||
return cp.helm.InstallChartFromDir(name, path)
|
||||
}
|
||||
|
||||
chart, err := internal.GetChartInMemory(cp.config, name)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in New Issue