compose/cli/cmd
Guillaume Tardif cb3ac513cc Add run env variables support (KEY=AVLUE or KEY, will grab the process env value).
No support yet for env files
2020-07-07 11:39:35 +02:00
..
compose Use compose-go's Project and ProjectOptions 2020-07-02 16:05:45 +02:00
context Allow --format on docker context ls. Fixing VS Code extension shellout 2020-06-23 13:25:43 +02:00
login Allow users to specify tenanted when logging into azure (if several tenants for azure account) 2020-07-01 12:27:18 +02:00
mobyflags Shell 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 2020-06-23 12:00:46 +02:00
run Add run env variables support (KEY=AVLUE or KEY, will grab the process env value). 2020-07-07 11:39:35 +02:00
testdata Add ”Platform” in docker inspect result, showing container OS (this field is used by VSCode) 2020-07-06 12:16:02 +02:00
exec.go Let -it flag go through for aci exec, same as -t for the moment. 2020-06-29 10:50:04 +02:00
inspect.go Add license headers 2020-06-18 16:48:03 +02:00
inspect_test.go Add license headers 2020-06-18 16:48:03 +02:00
logs.go Run containers and attach to logs by default, detach with -d option 2020-07-02 16:45:04 +02:00
ps.go Add license headers 2020-06-18 16:48:03 +02:00
ps_test.go Add license headers 2020-06-18 16:48:03 +02:00
rm.go Add license headers 2020-06-18 16:48:03 +02:00
serve.go Add license headers 2020-06-18 16:48:03 +02:00
version.go Add missing f shorthand for version command 2020-06-26 12:35:51 +02:00