mirror of
https://github.com/docker/cli.git
synced 2026-01-16 20:22:36 +03:00
Allow the user to configure how Docker's bash completion works for the "events", "history", "inspect", "run", "rmi" and "save" commands through the following environment variables: DOCKER_COMPLETION_SHOW_IMAGE_IDS "none" - Show names only (default) "non-intermediate" - Show names and ids, but omit intermediate image IDs "all" - Show names and ids, including intermediate image IDs DOCKER_COMPLETION_SHOW_TAGS "yes" - include tags in completion options (default) "no" - don't include tags in completion options Fixes #9474. Signed-off-by: Rory Hunter <roryhunter2@gmail.com> Upstream-commit: 60d97a4a63bc32d55d40b62e08e21260f4416a5f Component: engine