Move bash completion logic to new subcommand: create

Signed-off-by: Harald Albers <github@albersweb.de>
This commit is contained in:
Harald Albers 2016-10-19 18:42:31 +02:00 committed by Tibor Vass
parent 0ef51632ec
commit 7db1e8272b
1 changed files with 2 additions and 2 deletions

View File

@ -1027,7 +1027,7 @@ _docker_container_cp() {
}
_docker_container_create() {
_docker_create
_docker_container_run
}
_docker_container_diff() {
@ -1133,7 +1133,7 @@ _docker_cp() {
}
_docker_create() {
_docker_run
_docker_container_run
}
_docker_daemon() {