]> git.pld-linux.org Git - packages/docker.git/blame - docker.sysconfig
systemd: load $OPTIONS from /etc/sysconfig/docker
[packages/docker.git] / docker.sysconfig
CommitLineData
62b620a7
ER
1# Customized settings for Docker
2
3# Define nice level for docker
4SERVICE_RUN_NICE_LEVEL="+0"
5
7226f6eb
ER
6# Setup bigger Max open files and Max processes
7SERVICE_LIMITS="-n 1048576 -u 1048576"
8
62b620a7
ER
9# Modify these options if you want to change the way the docker daemon runs
10#OPTIONS=""
feeb83d9
ER
11
12# Use overlay storage driver
13#OPTIONS="$OPTIONS --storage-driver=overlay"
This page took 0.053561 seconds and 4 git commands to generate.