ab39310771Allow --format on docker context ls. Fixing VS Code extension shellout
Guillaume Tardif
2020-06-23 13:12:45 +0200
4afdc69bb7e2e test running on windows, default endpoint is npipe on windows
guillaume.tardif
2020-06-23 12:49:02 +0200
38d4f8d25aShell out to Moby cli if user uses -H, regardless of context set. Moby cli will refuse both options (context & host) to be set at the same time
Guillaume Tardif
2020-06-23 11:27:19 +0200
c3924f2e8eAdd -H flag to our own version command & login command, & also —-log-level (-l) flag.
Guillaume Tardif
2020-06-19 22:35:39 +0200
2824a7a736Context aci create : check context name does not exists before starting interactive aci create
Guillaume Tardif
2020-06-22 16:35:06 +0200
aeb6d2c7c6List pages of resource groups if entire list is not fetch in first page
Guillaume Tardif
2020-06-22 15:34:13 +0200
dbaab41604Changed root level debug shorthand to capital D, make it consistent with Moby flag and not clash with —detach future option
Guillaume Tardif
2020-06-22 13:11:08 +0200
e033ca27d2Run windows build/test only on master
Djordje Lukic
2020-06-22 09:59:02 +0200
309069f545Use location flag in aci context creation only for group creation (default eastus). Once group has been created/selected, use group location.
Guillaume Tardif
2020-06-21 09:35:49 +0200
e4db0d2b9eLower CPU/ memory of sidecar container to minimum (reached limits and commented with error message)
Guillaume Tardif
2020-06-18 17:55:56 +0200
76a1753396ACI e2e required change, because the output includes the progress info.
Guillaume Tardif
2020-06-18 17:45:01 +0200
652141c993Use latest version of actions/cache
Djordje Lukic
2020-06-18 09:44:34 +0200
ab3cd0fec1Renamed ExecIfDefaultCtxType for more explicit behaviour
Guillaume Tardif
2020-06-18 09:29:01 +0200
3981244701Fix 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.
Guillaume Tardif
2020-06-17 23:12:50 +0200
fe57e4c159Fix a bug where calling login, context inspect did not do anything if not on default context. These command will shell out to Moby cli regardless of current context
Guillaume Tardif
2020-06-17 22:52:49 +0200
1bb2909d1aDo not restrict `docker inspect` to 1 arg, can be zero (inspect current context), one or several. Especially, inspect with zero param is already used by VSCode. Cf https://github.com/docker/desktop-microsoft/issues/19
Guillaume Tardif
2020-06-17 22:20:23 +0200
84cdf58e8adefault context type is “moby”
Guillaume Tardif
2020-06-12 15:09:16 +0200
0de2522079Renamed Moby backend to “local” backend. This will leave “moby” available for default type contexts
Guillaume Tardif
2020-06-12 15:00:30 +0200
113350a09dContext create aci is now a subcommand, as Moby and example. Root `docker context create` also allows backward compatibility to create docker contexts as before
Guillaume Tardif
2020-06-11 10:12:41 +0200
d0b2bfbf52Fix `docker context ls` that was not displaying legacy context endpoints
Guillaume Tardif
2020-06-11 10:41:51 +0200