Commit Graph

  • 609dcb9152 Documentation on writing a plugin Ian Campbell 2019-01-09 11:18:25 +00:00
  • 1c576e9043 Integrate CLI plugins into docker info Ian Campbell 2018-12-19 14:49:20 +00:00
  • 0ab8ec0e4c Output broken CLI plugins in help output. Ian Campbell 2018-12-19 11:29:01 +00:00
  • e5e578abc7 Allow plugins to make use of the cobra PersistentPreRun hooks. Ian Campbell 2018-12-17 15:55:38 +00:00
  • 53f018120a Integrate CLI plugins with docker «plugin» --help. Ian Campbell 2018-12-17 16:23:55 +00:00
  • 20a284721c Integrate CLI plugins with docker help «foo» Ian Campbell 2018-12-11 14:52:59 +00:00
  • c43da09188 Add stubs when calling help due to no arguments Ian Campbell 2019-01-22 13:44:39 +00:00
  • f912b55bd1 Integrate CLI plugins into docker help output. Ian Campbell 2018-12-11 14:50:04 +00:00
  • 5db336798c Add some simple e2e tests for executing CLI plugins Ian Campbell 2018-12-11 14:15:04 +00:00
  • f1f31abbe5 Add support for running a CLI plugin Ian Campbell 2018-12-11 14:03:47 +00:00
  • 99fb2c1baa Hide "builder" and "network" commands on old API versions Sebastiaan van Stijn 2019-01-30 01:06:09 +01:00
  • d184c0908a Add support for pull secrets and policies Simon Ferquel 2019-01-28 16:54:38 +01:00
  • b258f458cc Merge pull request #1573 from thaJeztah/fix_proxy_on_create Silvin Lubecki 2019-01-29 18:11:06 +01:00
  • 1c5f611c76 Merge pull request #1645 from silvin-lubecki/fix-panic-error Sebastiaan van Stijn 2019-01-29 16:40:56 +01:00
  • f65d5365a2 Fix using a nil dockerCli if an error occurred during cli creation, using the standard error stream instead. Silvin Lubecki 2019-01-29 16:21:39 +01:00
  • e96240427f Add basic framework for writing a CLI plugin Ian Campbell 2018-12-10 15:30:19 +00:00
  • 8cf946d1bc Unit test for WithContentTrustFromEnv Ian Campbell 2019-01-28 17:38:33 +00:00
  • eab40a5974 cli/config: Add a helper to resolve a file within the config dir Ian Campbell 2019-01-10 15:49:06 +00:00
  • 20c19830a9 Move versioning variables to a separate package. Ian Campbell 2019-01-08 15:03:51 +00:00
  • c5168117af Push setup of opts and default flagset into SetupRootCommand Ian Campbell 2018-12-18 10:16:52 +00:00
  • 38645ca44a Refactor common bits of SetupRootCommand Ian Campbell 2018-12-18 10:02:47 +00:00
  • ccef1598b1 Move disableFlagsInUseLine from main into our cli library Ian Campbell 2018-12-17 16:59:11 +00:00
  • 158a766886 Fold dockerPreRun into DockerCli.Initialize Ian Campbell 2018-12-10 14:41:22 +00:00
  • a17f67e456 Merge pull request #1628 from simonferquel/context-switch-plugin-and-desktop Sebastiaan van Stijn 2019-01-29 12:20:46 +01:00
  • 3126920af1 Add context store config options and expose context commands Simon Ferquel 2019-01-21 09:37:20 +01:00
  • a3a30faffd Merge pull request #1619 from albers/completion-context Sebastiaan van Stijn 2019-01-29 11:04:11 +01:00
  • e9b7db5b4c Vendoring update for pull secrets and policies Simon Ferquel 2019-01-28 16:54:09 +01:00
  • cf6c238660 Merge pull request #1615 from simonferquel/handle-v1alpha3 Sebastiaan van Stijn 2019-01-28 21:02:51 +01:00
  • f95ca8e1ba Merge pull request #1633 from silvin-lubecki/refactor-docker-cli-construction Vincent Demeester 2019-01-28 15:39:34 +01:00
  • 7f207f3f95 Introduce functional arguments to NewDockerCli for a more stable API. Silvin Lubecki 2019-01-28 14:52:58 +01:00
  • eb0ba4f8d5 Extract streams helpers from command package to their own package to remove a cyclic dependency from command to internal/containerizedengine Silvin Lubecki 2019-01-28 14:30:31 +01:00
  • 81e7426e11 Merge pull request #1507 from arcenik/fix/better-error-msg-for-ssh-addr Sebastiaan van Stijn 2019-01-28 13:48:14 +01:00
  • a07637ae31 Updates ssh connhelper error messages François Scala 2018-11-09 08:35:34 +01:00
  • 080f30a60f Merge pull request #1638 from ijc/separate-client-system-info Sebastiaan van Stijn 2019-01-25 17:32:07 +01:00
  • bcb06b5f58 Rework docker info output to be more like docker version Ian Campbell 2019-01-25 13:10:59 +00:00
  • c9e60ae17a Allow prettyPrintInfo to return multiple errors Ian Campbell 2019-01-24 14:22:55 +00:00
  • 62ed1c0c5b Separate client and daemon info in docker system info Ian Campbell 2019-01-23 13:34:43 +00:00
  • 52d14c96c7 Start docker.service after containerd.service corbin-coleman 2019-01-14 23:27:51 +00:00
  • 7913fb6a5e Check json output in existing docker info unit tests. Ian Campbell 2019-01-24 12:29:06 +00:00
  • eb714f7c0e Add unit test for formatInfo. Ian Campbell 2019-01-23 14:26:12 +00:00
  • 820b6f1742 Added stack conversion tests Simon Ferquel 2019-01-25 09:58:31 +01:00
  • 2e5981d613 Handle version v1alpha3 Simon Ferquel 2019-01-16 12:56:37 +01:00
  • 58fb11cbab Merge component 'cli' from git@github.com:docker/cli 18.09 GordonTheTurtle 2019-01-24 16:37:08 +00:00
  • ffa55abe9c Merge pull request #1636 from thaJeztah/bump_golang_1.11.5 Sebastiaan van Stijn 2019-01-24 14:28:32 +01:00
  • af2647d55b Merge pull request #1634 from thaJeztah/18.09_bump_golang_1.10.8 v18.09.3-rc1 v18.09.2 Sebastiaan van Stijn 2019-01-24 14:27:59 +01:00
  • 22e12bdcfc Merge pull request #1634 from thaJeztah/18.09_bump_golang_1.10.8 Sebastiaan van Stijn 2019-01-24 14:27:59 +01:00
  • c863dbabf7 Vendoring update for v1alpha3 Simon Ferquel 2019-01-16 12:56:15 +01:00
  • ebb121ee2d Merge pull request #1611 from simonferquel/stack-children-atomic Silvin Lubecki 2019-01-24 11:34:29 +01:00
  • 0e9d1d3b07 Bump Golang 1.11.5 (CVE-2019-6486) Sebastiaan van Stijn 2019-01-24 02:50:10 +01:00
  • c71aa11c0a [18.09] Bump Golang 1.10.8 (CVE-2019-6486) Sebastiaan van Stijn 2019-01-24 02:07:03 +01:00
  • 37fd1a0d0a [18.09] Bump Golang 1.10.8 (CVE-2019-6486) Sebastiaan van Stijn 2019-01-24 02:07:03 +01:00
  • 1f467bcdc6 [18.09] Bump Golang 1.10.8 (CVE-2019-6486) Sebastiaan van Stijn 2019-01-23 23:59:33 +01:00
  • 4d5f8ea8c7 Merge pull request #1519 from silvin-lubecki/export-stack-commands Vincent Demeester 2019-01-23 10:35:16 +01:00
  • 884d0783bd Add bash completion for global --context|-c option Harald Albers 2019-01-22 22:27:01 +01:00
  • e16a875408 Make child resource creation atomic when creating a k8s stack Simon Ferquel 2019-01-11 17:23:44 +01:00
  • 89bc5fbbae Improve docker image rm reference docs Sebastiaan van Stijn 2019-01-21 16:15:45 +01:00
  • 01a591477c Merge pull request #1444 from filipjares/master Sebastiaan van Stijn 2019-01-21 16:02:09 +01:00
  • 37af67fea8 Merge pull request #1624 from JoeWrightss/patch-2 Sebastiaan van Stijn 2019-01-21 11:35:09 +01:00
  • afa178deae Merge pull request #1627 from StefanScherer/update-windows10-process-isolation Sebastiaan van Stijn 2019-01-21 11:34:04 +01:00
  • fec5a52188 Merge pull request #1614 from simonferquel/context-docs-alignment Vincent Demeester 2019-01-21 09:51:15 +01:00
  • 005578e317 Context Switch: documentation alignment Simon Ferquel 2019-01-16 09:36:09 +01:00
  • 7229920e2e Update process isolation description for older Windows 10 versions Stefan Scherer 2019-01-21 08:27:07 +01:00
  • 33e0bce89f Complete paused containers on docker stop Harald Albers 2019-01-20 21:41:36 +01:00
  • 41bd8dad8c Add bash completion for the context command family Harald Albers 2019-01-17 09:40:19 +01:00
  • abe1bb9757 Fix some typos in manifest.md zhoulin xie 2019-01-20 01:20:34 +08:00
  • 91bc4ddde2 Fix: proxy-configuration being ignored on docker create Sebastiaan van Stijn 2018-12-13 22:19:46 +01:00
  • cf0271ace4 Expose all stack commands to be used by downstream projects. Factorize orchestrator switch among stack commands. Silvin Lubecki 2019-01-14 18:00:14 +01:00
  • 48bd4c6deb Merge pull request #1501 from simonferquel/use-context-commands Sebastiaan van Stijn 2019-01-15 18:11:38 +01:00
  • af98c738dd Merge pull request #1610 from vdemeester/update-code-owners Sebastiaan van Stijn 2019-01-15 17:34:37 +01:00
  • b039db985a Make it possible to override the volume mounts and shell for the dev container Jean Rouge 2019-01-14 10:40:30 -08:00
  • 1b8d1e23c5 Add compose schema version 3.8 Olli Janatuinen 2019-01-09 19:10:35 +02:00
  • a6e37bd666 Merge pull request #1595 from JoeWrightss/patch-1 Sebastiaan van Stijn 2019-01-13 14:55:11 +01:00
  • 355a441712 Merge pull request #1603 from thaJeztah/fix_makefile_help Vincent Demeester 2019-01-11 09:53:08 +01:00
  • 9c9ce7f4c2 Fix some spelling errors JoeWrightss 2019-01-01 00:05:24 +08:00
  • 591385a1d0 Fast Context Switch: commands Simon Ferquel 2018-11-09 15:10:41 +01:00
  • d054d47dbe Remove myself from codeowners 😅 Vincent Demeester 2019-01-10 17:32:07 +01:00
  • f5280d60ee Merge pull request #1430 from AkihiroSuda/non-recursive-bind Sebastiaan van Stijn 2019-01-10 16:37:11 +01:00
  • cbb699ab9c Makefile: make help: fix newline wrapping, and missing targets Sebastiaan van Stijn 2019-01-10 13:30:03 +01:00
  • 5ab93bc8ef Fix some missing targets in "make help" Sebastiaan van Stijn 2019-01-07 17:32:56 +01:00
  • a7b5f2df86 support --mount type=bind,bind-nonrecursive,... Akihiro Suda 2018-10-10 19:18:29 +09:00
  • 4c52b901c6 Merge pull request #581 from seemethere/bump_v Eli Uriegas 2019-01-09 11:00:56 -08:00
  • 6caccb221d Merge component 'engine' from git@github.com:docker/engine 18.09 GordonTheTurtle 2019-01-09 18:03:09 +00:00
  • 006734c577 If url includes scheme, urlPath will drop hostname, which would not match the auth check Jameson Hyde 2018-12-01 11:25:49 -05:00
  • 0b021f6648 Authz plugin security fixes for 0-length content and path validation Signed-off-by: Jameson Hyde <jameson.hyde@docker.com> Jameson Hyde 2018-11-26 14:15:22 -05:00
  • 91c5fffc4b Bump version to 18.09.1 Eli Uriegas 2019-01-08 23:52:20 +00:00
  • 5110db8f4f Merge component 'engine' from git@github.com:docker/engine 18.09 GordonTheTurtle 2019-01-08 21:03:27 +00:00
  • 6cab4a9c3e Merge pull request #144 from thaJeztah/18.09_backport_bump_containerd_v1.2.2 Eli Uriegas 2019-01-08 10:05:03 -08:00
  • d04b61658d Merge pull request #1605 from thaJeztah/update_authors Silvin Lubecki 2019-01-08 11:07:17 +01:00
  • 308b1f340a Merge pull request #1572 from thaJeztah/minor_test_nit Silvin Lubecki 2019-01-08 10:17:01 +01:00
  • 86f8beef5c Merge pull request #1604 from thaJeztah/autoremove_makefile_containers Silvin Lubecki 2019-01-08 10:15:27 +01:00
  • edf6f4a3e7 Merge pull request #1571 from thaJeztah/warn_on_create Silvin Lubecki 2019-01-08 10:14:01 +01:00
  • 0d4a858052 Merge pull request #1585 from thaJeztah/bump_golang_1.11.4 Sebastiaan van Stijn 2019-01-08 02:50:30 +01:00
  • 2a881442fb Bump containerd to v1.2.2 Sebastiaan van Stijn 2019-01-08 02:42:28 +01:00
  • 7d9f2affc8 Merge pull request #1473 from thaJeztah/master_bump_licensing_lib Sebastiaan van Stijn 2019-01-08 00:41:07 +01:00
  • b9f1d30fa7 Remove e-mail from trial flow Daniel Hiltgen 2018-10-18 14:45:27 -07:00
  • f73bd83419 Bump licensing library Daniel Hiltgen 2018-10-18 14:44:05 -07:00
  • 960ddbf88e Update AUTHORS Sebastiaan van Stijn 2019-01-07 23:59:25 +01:00
  • 872ee13c84 Makefile use --rm ("autoremove") for all targets Sebastiaan van Stijn 2019-01-07 23:15:14 +01:00
  • 4c0aa94698 Hide legacy top-level "deploy" command with DOCKER_HIDE_LEGACY_COMMANDS=1 Sebastiaan van Stijn 2019-01-07 17:24:35 +01:00
  • f2977c7888 Skip kernel-memory tests on RHEL/CentOS daemons Sebastiaan van Stijn 2019-01-04 13:23:36 +01:00