DockerCLI/cli/command/network
Sebastiaan van Stijn 66b9056500
completion v2: some small follow-ups
- Prevent completion on "create" subcommands to prevent them
  from completing with local filenames
- Add completion for "docker image save"
- Add completion for "docker image tag"
- Disable completion for "docker login"
- Exclude "paused" containers for "docker container attach" and
  "docker container exec"

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-12 13:25:15 +02:00
..
testdata formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
client_test.go Add --force option to network rm subcommand 2022-04-29 13:56:33 +02:00
cmd.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
connect.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
connect_test.go cli/command/context: remove deprecated io/ioutil 2022-02-25 15:42:05 +01:00
create.go completion v2: some small follow-ups 2022-05-12 13:25:15 +02:00
create_test.go cli/command/context: remove deprecated io/ioutil 2022-02-25 15:42:05 +01:00
disconnect.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
disconnect_test.go cli/command/context: remove deprecated io/ioutil 2022-02-25 15:42:05 +01:00
formatter.go formatter package heavy refactoring 2018-10-23 17:05:44 +02:00
formatter_test.go linting: fix incorrectly formatted errors (revive) 2022-03-28 10:37:25 +02:00
inspect.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
list.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
list_test.go cli/command/context: remove deprecated io/ioutil 2022-02-25 15:42:05 +01:00
prune.go improve "network prune" output to mention custom networks only 2020-04-10 13:45:10 +02:00
remove.go Adopt Cobra completion v2 to support completion by CLI plugins 2022-05-12 12:59:10 +02:00
remove_test.go Add --force option to network rm subcommand 2022-04-29 13:56:33 +02:00