mirror of
https://github.com/docker/compose.git
synced 2026-08-31 23:03:55 +00:00
Use local compose implementation for local ecs simulation context
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
76ba85fe5d
commit
db5467ce22
3 changed files with 54 additions and 102 deletions
|
|
@ -40,7 +40,7 @@ func upCommand(contextType string) *cobra.Command {
|
|||
Short: "Create and start containers",
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
switch contextType {
|
||||
case store.LocalContextType, store.DefaultContextType:
|
||||
case store.LocalContextType, store.DefaultContextType, store.EcsLocalSimulationContextType:
|
||||
return runCreateStart(cmd.Context(), opts, args)
|
||||
default:
|
||||
return runUp(cmd.Context(), opts, args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue