Skip to content
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,16 @@ the following options (undefined options take default values):
hostip=192.168.59.3 # host-only network host IP
netmask=255.255.255.0 # host only network network mask
dhcpip=192.168.59.99 # host-only network DHCP server IP
dhcp=Yes # host-only network DHCP server enabled
dhcp=true # host-only network DHCP server enabled
lowerip=192.168.59.103 # host-only network IP range lower bound
upperip=192.168.59.254 # host-only network IP range upper bound

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

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



Expand Down
Loading