Summary
Ability to configure custom hostnames without DNS involvement.
Why
In some internal networks it's handy to have pre-configured entries in /etc/hosts for networking with internal services.
How (optional)
--add-host option similar to Docker's:
--add-host list Add a custom host-to-IP mapping (host:ip).
Hosts passed this way would be added to the guest's /etc/hosts by guest-init.
Summary
Ability to configure custom hostnames without DNS involvement.
Why
In some internal networks it's handy to have pre-configured entries in
/etc/hostsfor networking with internal services.How (optional)
--add-hostoption similar to Docker's:--add-host list Add a custom host-to-IP mapping (host:ip).Hosts passed this way would be added to the guest's
/etc/hostsbyguest-init.