I have done the following
Steps to reproduce
I am missing entries for localhost and hostname, in the newly created container.
Current behavior
The /etc/hosts file is missing.
/ # hostname -i
hostname: 265508e3-df31-4cc4-9668-2ac902e1075a: Host not found
Expected behavior
The /etc/hosts to be created.
/ # hostname -i
192.168.105.185
Environment
- OS: 15.5
- Xcode: 16.4
- Container: 0.2.0
Relevant log output
Code of Conduct