Create aws context

Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
aiordache 2020-07-15 15:09:05 +02:00
parent 3bad2d4004
commit 355295696f
13 changed files with 620 additions and 40 deletions

View file

@ -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