]> git.pld-linux.org Git - packages/docker.git/blob - docker.sysconfig
dockerd: example of registry mirror and insecure registry options
[packages/docker.git] / docker.sysconfig
1 # Customized settings for Docker
2
3 # Define nice level for docker
4 SERVICE_RUN_NICE_LEVEL="+0"
5
6 # Setup bigger Max open files and Max processes
7 SERVICE_LIMITS="-n 1048576 -u 1048576"
8
9 # Modify these options if you want to change the way the docker daemon runs
10 #OPTIONS=""
11
12 # Use overlay storage driver
13 #OPTIONS="$OPTIONS --storage-driver=overlay"
14
15 # Mirror local registry in intranet which has no ssl cert
16 #OPTIONS="$OPTIONS --insecure-registry registry.example.lan:5000 --registry-mirror http://registry.example.lan:5000"
This page took 0.030321 seconds and 4 git commands to generate.