mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
Create aws context
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
3bad2d4004
commit
355295696f
13 changed files with 620 additions and 40 deletions
|
|
@ -46,7 +46,7 @@ func ExecIfDefaultCtxType(ctx context.Context) {
|
|||
}
|
||||
|
||||
func mustDelegateToMoby(ctxType string) bool {
|
||||
return ctxType == store.DefaultContextType || ctxType == store.AwsContextType
|
||||
return ctxType == store.DefaultContextType
|
||||
}
|
||||
|
||||
// Exec delegates to com.docker.cli if on moby context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue