(#10125) Add note about /etc/hosts for guest hostname setting

This commit is contained in:
Brian Cain 2018-08-17 10:49:35 -07:00
parent 64acd68c64
commit c562db4c6e
No known key found for this signature in database
GPG Key ID: 43D51080D357A001
1 changed files with 2 additions and 1 deletions

View File

@ -133,7 +133,8 @@ networks.
`config.vm.hostname` - The hostname the machine should have. Defaults
to nil. If nil, Vagrant will not manage the hostname. If set to a string,
the hostname will be set on boot.
the hostname will be set on boot. If set, Vagrant will update `/etc/hosts`
on the guest with the configured hostname.
<hr>