Skip to content
Snippets Groups Projects
daemon.json.j2 542 B
Newer Older
  • Learn to ignore specific revisions
  • Rémi - Le Filament's avatar
    Rémi - Le Filament committed
    {
    
    Théo - Le Filament's avatar
    Théo - Le Filament committed
            "experimental": true,
    
    Rémi - Le Filament's avatar
    Rémi - Le Filament committed
            "icc": false,
    
    Théo - Le Filament's avatar
    Théo - Le Filament committed
            "ip6tables": true,
    
    Rémi - Le Filament's avatar
    Rémi - Le Filament committed
            "iptables" : true,
    
    Théo - Le Filament's avatar
    Théo - Le Filament committed
            "ipv6": true,
            "fixed-cidr-v6": "fd00::/64",
    
    Rémi - Le Filament's avatar
    Rémi - Le Filament committed
            "live-restore": true,
            "log-driver": "json-file",
            "log-opts": {
                "max-size": "10m",
                "max-file": "3"
                },
    {% if inventory_hostname not in groups.docker_nagios %}
            "no-new-privileges": true,
    {% endif %}
    {% if docker_userns_remap %}
            "userns-remap": "default",
    {% endif %}
            "userland-proxy": false
    }