Skip to content

Commit 0ca33d8

Browse files
committed
add swarm-join-opt support
Signed-off-by: Ke Xu <leonhartx.k@gmail.com>
1 parent 5f6bc6f commit 0ca33d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/completion/zsh/_docker-machine

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ __get_create_argument() {
132132
'--swarm-discovery=[Discovery service to use with Swarm]:service:->swarm-service' \
133133
'--swarm-strategy=[Define a default scheduling strategy for Swarm]:strategy:(spread binpack random)' \
134134
'*--swarm-opt=[Define arbitrary flags for swarm]:flag' \
135+
'*--swarm-join-opt=[Define arbitrary flags for Swarm join]:flag' \
135136
'--swarm-host=[ip/socket to listen on for Swarm master]:host' \
136137
'--swarm-addr=[addr to advertise for Swarm (default: detect and use the machine IP)]:address' \
137138
'--swarm-experimental[Enable Swarm experimental features]' \

0 commit comments

Comments
 (0)