You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aim of this issue is to allow the administrator to configure how the docker containers are created. The available settings (in application.conf) are:
docker.container.capAdd: (array of string) Add Linux capabilities
docker.container.capDrop: (array of string) Drop Linux capabilities
docker.container.cgroupParent: (string) Cgroup to run a container in
docker.container.cpuPeriod: (integer) Limit the CPU CFS (Completely Fair Scheduler) period
docker.container.cpuQuota: (integer) Limit the CPU CFS (Completely Fair Scheduler) quota
docker.container.dns: (array of string) Set custom dns servers for the container
docker.container.dnsSearch: (array of string) Search list for host-name lookup.
docker.container.extraHosts: (array of string) Add a line to /etc/hosts (host:IP)
docker.container.kernelMemory: (integer) Kernel memory limit
docker.container.memoryReservation: (integer) Memory soft limit
docker.container.memory: (integer) Memory limit
docker.container.memorySwap: (integer) Total memory limit (memory + swap)
docker.container.memorySwappiness: (integer) Tune a container’s memory swappiness behavior. Accepts an integer between 0 and 100
docker.container.networkMode: (string) name of the network
docker.container.privileged: (boolean) Give extended privileges to this container
Currently, this settings are global for all containers (all analyzers/responders)
The text was updated successfully, but these errors were encountered:
Request Type
Feature Request
Work Environment
Cortex 3.1.1
Problem Description
The aim of this issue is to allow the administrator to configure how the docker containers are created. The available settings (in application.conf) are:
Currently, this settings are global for all containers (all analyzers/responders)
The text was updated successfully, but these errors were encountered: