{
    # Last line MUST be without a comma
    # So we set this to always be without a comma
    $iptables = $docker{iptables} || "true";
    $OUT .= "\"iptables\": $iptables\n";
}

