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

@ -72,6 +72,7 @@ $ docker context create my-context --description "some description" --docker "ho
cmd.AddCommand(
createAciCommand(),
createAwsCommand(),
createLocalCommand(),
createExampleCommand(),
)