mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Add new boot2docker options
This commit is contained in:
parent
4224c2a1af
commit
3a77433cea
1 changed files with 3 additions and 0 deletions
|
@ -35,11 +35,14 @@ _1st_arguments=(
|
||||||
|
|
||||||
_arguments \
|
_arguments \
|
||||||
'(--basevmdk)--basevmdk[Path to VMDK to use as base for persistent partition]' \
|
'(--basevmdk)--basevmdk[Path to VMDK to use as base for persistent partition]' \
|
||||||
|
'(--cpus)'{-c,--cpus}'[number of CPUs for boot2docker.]' \
|
||||||
|
'(--clobber)--clobber[overwrite Docker client binary on boot2docker upgrade]' \
|
||||||
'(--dhcp)--dhcp[enable VirtualBox host-only network DHCP.]' \
|
'(--dhcp)--dhcp[enable VirtualBox host-only network DHCP.]' \
|
||||||
'(--dhcpip)--dhcpip[VirtualBox host-only network DHCP server address.]' \
|
'(--dhcpip)--dhcpip[VirtualBox host-only network DHCP server address.]' \
|
||||||
'(-s --disksize)'{-s,--disksize}'[boot2docker disk image size (in MB).]' \
|
'(-s --disksize)'{-s,--disksize}'[boot2docker disk image size (in MB).]' \
|
||||||
'(--dockerport)--dockerport[host Docker port (forward to port 2376 in VM). (deprecated - use with care)]' \
|
'(--dockerport)--dockerport[host Docker port (forward to port 2376 in VM). (deprecated - use with care)]' \
|
||||||
'(--driver)--driver[hypervisor driver.]' \
|
'(--driver)--driver[hypervisor driver.]' \
|
||||||
|
'(--force-upgrade-download)--force-upgrade-download[always download on boot2docker upgrade, never skip.]' \
|
||||||
'(--hostip)--hostip[VirtualBox host-only network IP address.]' \
|
'(--hostip)--hostip[VirtualBox host-only network IP address.]' \
|
||||||
'(--iso)--iso[path to boot2docker ISO image.]' \
|
'(--iso)--iso[path to boot2docker ISO image.]' \
|
||||||
'(--iso-url)--iso-url[/api.github.com/repos/boot2docker/boot2docker/releases": source URL to provision the boot2docker ISO image.]' \
|
'(--iso-url)--iso-url[/api.github.com/repos/boot2docker/boot2docker/releases": source URL to provision the boot2docker ISO image.]' \
|
||||||
|
|
Loading…
Reference in a new issue