Commit History

Author SHA1 Message Date
  Guillaume Tardif 2a49c3b32f added -q flag to `docker context ls`. (This is now used in desktop e2e wsl2 tests) 5 years ago
  Guillaume Tardif ef2f90b334 Fix e2e 5 years ago
  Ulysses Souza 5b1522095b Fix linter 5 years ago
  Guillaume Tardif 9257d0ff49 Merge pull request #205 from ulyssessouza/inspect 5 years ago
  Ulysses Souza 1039c5ed94 Add tests on inspect 5 years ago
  Guillaume Tardif eb505ecd75 Add -f option to force remove current context and switch to default if required 5 years ago
  Guillaume Tardif ddc44d7abe Do not allow deleting curent context without -f flag 5 years ago
  Guillaume Tardif 113350a09d 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 5 years ago
  Guillaume Tardif afa205be95 Server version : will be 1.0.0-beta1, -beta2, … 5 years ago
  Guillaume Tardif 376a4b671c version command adding azure integration beta version in textual output 5 years ago
  Guillaume Tardif 93984f8c68 Removed test requiring linux containers 5 years ago
  guillaume.tardif c92df92d29 Fix API Server E2E test using npipe on windows, not sockets 5 years ago
  guillaume.tardif bed0b81343 Fix windows E2E suite setup to work properly on windows 5 years ago
  guillaume.tardif c73998bd2d Fix e2e tests using golden files on windows 5 years ago
  Guillaume Tardif 72bae873c5 Do not delegate to old cli if cobra fails before invoking the PreRun or SetHelp hook that call isOwnCommand(). Find the command from root.Find(args). 5 years ago
  Guillaume Tardif f939dd4d47 Display friendly message if unknown command is available in default context 5 years ago
  Guillaume Tardif 54141a9bdd Do not display exit status when classic cli exit in error 5 years ago
  guillaume.tardif 7c6b04f28e make e2e TestKillChildOnCancel exec properly on windows 5 years ago
  Christopher Crone 35789ace12 Azure: Refactor creation of login server 5 years ago
  Guillaume Tardif e2b9f5bc57 Move login to root command, delegate to classic login when only one arg and not dot in it 5 years ago
  Guillaume Tardif 528d47ce08 Add docker context inspect command relying on classic docker 5 years ago
  Guillaume Tardif ea98a2dd78 Fix docker-classic creation makefile target 5 years ago
  Guillaume Tardif cc46f84043 Forward closing signal to docker-classic when closing docker. Note this will not forward Kill signal, impossible to intercept / process this one. 5 years ago
  Guillaume Tardif e630ace677 Merge pull request #154 from docker/fix_context_inspect_shellout 5 years ago
  Guillaume Tardif d2648da2d9 Fix shell out to docker-classic when invoking 5 years ago
  Guillaume Tardif 66a83410dd Ensure we have a clear error message in case of wrong setup (previously it would just exit with no error message) 5 years ago
  Christopher Crone 7d49706acf Refactor e2e suite code 5 years ago
  Christopher Crone a8146ad59c Rework e2e tests into suite 5 years ago