mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user