NixOS Containers: Difference between revisions

imported>Onny
Updated nameserver workaround
imported>Onny
mNo edit summary
Line 49: Line 49:
</nowiki>}}
</nowiki>}}


In order to reach the web application on the host system, we have to open [[Firewall]] port 80 and also configure NAT through <code>networking.nat</code>. The web service of the container will be available at http://192.168.100.10
In order to reach the web application on the host system, we have to open [[Firewall]] port 80 and also configure NAT through <code>networking.nat</code>. The web service of the container will be available at http://192.168.100.11


=== Usage ===
=== Usage ===