Chris Crone
|
4c6280b0e9
Rename docker/api -> docker/compose-cli
|
5 years ago |
aiordache
|
87245ef727
rename packages ( amazon to ecs and azure to aci )
|
5 years ago |
aiordache
|
2471e51b39
set build tag for the ecs context and backend
|
5 years ago |
aiordache
|
355295696f
Create aws context
|
5 years ago |
aiordache
|
5a26b25709
handle compose on all context types
|
5 years ago |
Guillaume Tardif
|
839b1b0b44
Delegate to Moby CLI, to allow executing ecs CLI plugin if user has switched to the AWS context (created by the plugin)
|
5 years ago |
Guillaume Tardif
|
2824a7a736
Context aci create : check context name does not exists before starting interactive aci create
|
5 years ago |
Djordje Lukic
|
ad72c866cc
Add license headers
|
5 years ago |
Guillaume Tardif
|
3981244701
Fix bug where we shell out to Moby cli only if context == default. We must shell out to Moby cli for any context of type “Moby”, not only the default context.
|
5 years ago |
Guillaume Tardif
|
84cdf58e8a
default context type is “moby”
|
5 years ago |
Guillaume Tardif
|
0de2522079
Renamed Moby backend to “local” backend. This will leave “moby” available for default type contexts
|
5 years ago |
Guillaume Tardif
|
113350a09d
Context create aci is now a subcommand, as Moby and example. Root `docker context create` also allows backward compatibility to create docker contexts as before
|
5 years ago |
Guillaume Tardif
|
d0b2bfbf52
Fix `docker context ls` that was not displaying legacy context endpoints
|
5 years ago |
Guillaume Tardif
|
e7682682fb
Store context type in metadata to make retrocompatibility with previous contexts easier (potentially switching back and forth)
|
5 years ago |
Djordje Lukic
|
11339761ca
Change the way a context is stored
|
5 years ago |
Djordje Lukic
|
8495500aa2
Add a CliSuite for cli unit tests
|
5 years ago |
Djordje Lukic
|
fe36c49246
Use alpine as base image
|
5 years ago |
Djordje Lukic
|
95e07a2134
Add default context to the context ls output
|
5 years ago |
Djordje Lukic
|
3891c8c414
Put all magic strings in variables in context store
|
5 years ago |
Djordje Lukic
|
7b26e8e836
Faster build
|
5 years ago |
Christopher Crone
|
ad8a16a922
Do not allow changing default context
|
5 years ago |
Christopher Crone
|
3c43606a20
Add remove function to context store
|
5 years ago |
Christopher Crone
|
4788dd5b93
Use common errors in context store
|
5 years ago |
Christopher Crone
|
144ee29645
Fix function description typo
|
5 years ago |
Djordje Lukic
|
24c035e822
Add comments on exported items, remove example command
|
5 years ago |
Djordje Lukic
|
0af5afe440
Move the proxy in the server package
|
5 years ago |
Djordje Lukic
|
8571cf5a04
Create a new client on each request
|
5 years ago |
Djordje Lukic
|
f4bde8cb89
Multiple backend for the cli
|
5 years ago |
Djordje Lukic
|
551eb2326f
ACI context creation
|
5 years ago |
Ulysses Souza
|
3380c9d459
Refactor store.New
|
5 years ago |