mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
ed1185d489
- Closes #346. - This PR enables connecting host's localhost ports from containers. - It adds an option `--localhost <localhost>` to DNS create command, after which the packets heading ip address in container are redirected to localhost in host machine. Packet filter rule is added and deleted along with the creation and deletion of localhost domain.