compose/cli
Guillaume Tardif 9c6aead797 Allow running commands with HOME=“”.
Do not try to create ~/.docker before using CONFIG_DIR. HOME=“” will result in trying to use a relative .docker folder as default config folder, and if we cannot create the context store for any reason, try delegate to Moby CLI.

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-17 09:08:17 +02:00
..
cmd Merge pull request #609 from docker/refacto_multi_error_format 2020-09-15 18:14:45 +02:00
config Rename docker/api -> docker/compose-cli 2020-08-21 17:28:39 +02:00
formatter Remove duplicated code formatting multi errors 2020-09-11 16:08:14 +02:00
mobycli Fix bug not allowing users to run any context command when set to an aws context type. 2020-09-04 11:01:55 +02:00
options Move containers, compose, secrets to /api 2020-09-07 13:22:08 +02:00
main.go Allow running commands with HOME=“”. 2020-09-17 09:08:17 +02:00
main_test.go Fix bug not allowing users to run any context command when set to an aws context type. 2020-09-04 11:01:55 +02:00