4
edits
Changes
m
→Added chkconfig command to make service automatically start on boot
As you can see, you can now add and edit the configurations for individual containers very easily. This method proves a lot easier to manage than Fedora's iptables-config mechamism!
To make the firewall service automatically start when the HN boots, run
<pre>
chkconfig --add firewall
</pre>
=== Debian Notes ===