mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Add ACI compose basic e2e test
This commit is contained in:
parent
eb712ac75f
commit
9a2ec752b5
33 changed files with 1045 additions and 16 deletions
|
|
@ -54,6 +54,7 @@ func downCommand() *cobra.Command {
|
|||
}
|
||||
downCmd.Flags().StringVar(&opts.Name, "name", "", "Project name")
|
||||
downCmd.Flags().StringVar(&opts.WorkDir, "workdir", ".", "Work dir")
|
||||
downCmd.Flags().StringArrayVarP(&opts.ConfigPaths, "file", "f", []string{}, "Compose configuration files")
|
||||
|
||||
return downCmd
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue