Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.

Commit d88b216

Browse files
committed
Merge pull request #75 from riobard/fix/revert
Revert "Revert "Merge pull request #70 from riobard/refactor/vbx""
2 parents 394bf16 + 3abd9ef commit d88b216

24 files changed

Lines changed: 1415 additions & 672 deletions

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,16 @@ the following options (undefined options take default values):
9696
hostip=192.168.59.3 # host-only network host IP
9797
netmask=255.255.255.0 # host only network network mask
9898
dhcpip=192.168.59.99 # host-only network DHCP server IP
99-
dhcp=Yes # host-only network DHCP server enabled
99+
dhcp=true # host-only network DHCP server enabled
100100
lowerip=192.168.59.103 # host-only network IP range lower bound
101101
upperip=192.168.59.254 # host-only network IP range upper bound
102102

103103
Environment variables of the form `$ENVVAR` in the profile will be expanded,
104104
even on Windows.
105105

106-
You can override the configurations using command line flags. Type
107-
`boot2docker-cli -h` for more information.
106+
You can override the configurations using command-line flags. Type
107+
`boot2docker-cli -h` for more information. The configuration file options are
108+
the same as the command-line flags with long names.
108109

109110

110111

0 commit comments

Comments
 (0)