]> git.pld-linux.org Git - packages/docker.git/blame_incremental - docker.sysconfig
- unconditional noarch subpackages
[packages/docker.git] / docker.sysconfig
... / ...
CommitLineData
1# Customized settings for Docker
2
3# Define nice level for docker
4SERVICE_RUN_NICE_LEVEL="+0"
5
6# Setup bigger Max open files and Max processes
7SERVICE_LIMITS="-n 1048576 -u 1048576"
8
9# Modify these options if you want to change the way the docker daemon runs
10# IMPORTANT:
11# When using systemd, do not use variables in variables:
12# OPTIONS="$OPTIONS --foo"
13# ... systemd parser does not handle these
14#OPTIONS=""
15
16# Use overlay storage driver
17#OPTIONS="$OPTIONS --storage-driver=overlay"
18
19# Mirror local registry in intranet which has no ssl cert
20#OPTIONS="$OPTIONS --insecure-registry registry.example.lan:5000 --registry-mirror http://registry.example.lan:5000"
This page took 0.040992 seconds and 5 git commands to generate.