compose/cli/cmd/context
Guillaume Tardif 2a49c3b32f added -q flag to `docker context ls`. (This is now used in desktop e2e wsl2 tests)
See https://ci-next.docker.com/teams-desktop/blue/organizations/jenkins/desktop%2Fdesktop-test-single-branch-win/detail/desktop-test-single-branch-win/274982/pipeline/
2020-06-17 07:40:27 +02:00
..
context.go Move login to root command, delegate to classic login when only one arg and not dot in it 2020-06-01 22:55:46 +02:00
create.go Renamed Moby backend to “local” backend. This will leave “moby” available for default type contexts 2020-06-15 12:20:03 +02:00
createaci.go 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 2020-06-15 12:19:06 +02:00
inspect.go Move login to root command, delegate to classic login when only one arg and not dot in it 2020-06-01 22:55:46 +02:00
ls.go added -q flag to `docker context ls`. (This is now used in desktop e2e wsl2 tests) 2020-06-17 07:40:27 +02:00
rm.go Add -f option to force remove current context and switch to default if required 2020-06-15 16:28:43 +02:00
show.go Change the way a context is stored 2020-05-22 16:32:43 +02:00
use.go Move the config into own package and outside of cli 2020-06-08 16:01:36 +02:00