compose/cli/cmd/context
Guillaume Tardif 1bb2909d1a Do 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
2020-06-18 09:21:48 +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 docker-classic to “com.docker.com”. 2020-06-17 17:57:53 +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 Do not restrict `docker inspect` to 1 arg, can be zero (inspect current context), one or several. 2020-06-18 09:21:48 +02:00
ls.go Add --json option to commands 2020-06-17 10:00:42 +02:00
rm.go Renamed docker-classic to “com.docker.com”. 2020-06-17 17:57:53 +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