mirror of
https://github.com/docker/compose.git
synced 2025-07-05 21:04:26 +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 != "" {
|
if path != "" {
|
||||||
return cp.helm.InstallChartFromDir(name, path)
|
return cp.helm.InstallChartFromDir(name, path)
|
||||||
}
|
}
|
||||||
|
|
||||||
chart, err := internal.GetChartInMemory(cp.config, name)
|
chart, err := internal.GetChartInMemory(cp.config, name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user