Blame SOURCES/docker-latest.sysconfig

7dff9a
# /etc/sysconfig/docker-latest
a4e823
a4e823
# Modify these options if you want to change the way the docker daemon runs
b4f0f2
OPTIONS='--selinux-enabled'
a4e823
DOCKER_CERT_PATH=/etc/docker
a4e823
a4e823
# If you want to add your own registry to be used for docker search and docker
8c1a8e
# pull use the #ADD_REGISTRY option to list a set of registries, each prepended
a4e823
# with --add-registry flag. The first registry added will be the first registry
a4e823
# searched.
6a04cf
ADD_REGISTRY='--add-registry registry.access.redhat.com'
a4e823
a4e823
# If you want to block registries from being used, uncomment the BLOCK_REGISTRY
a4e823
# option and give it a set of registries, each prepended with --block-registry
a4e823
# flag. For example adding docker.io will stop users from downloading images
a4e823
# from docker.io
a4e823
# BLOCK_REGISTRY='--block-registry'
a4e823
a4e823
# Enable insecure registry communication by appending the registry URL
a4e823
# to the INSECURE_REGISTRY variable below and uncommenting it
a4e823
# INSECURE_REGISTRY='--insecure-registry '
a4e823
a4e823
# On SELinux System, if you remove the --selinux-enabled option, you
a4e823
# also need to turn on the docker_transition_unconfined boolean.
a4e823
# setsebool -P docker_transition_unconfined
a4e823
a4e823
# Location used for temporary files, such as those created by
a4e823
# docker load and build operations. Default is /var/lib/docker/tmp
a4e823
# Can be overriden by setting the following environment variable.
a4e823
# DOCKER_TMPDIR=/var/tmp
a4e823
a4e823
# Controls the /etc/cron.daily/docker-logrotate cron job status.
a4e823
# To disable, uncomment the line below.
a4e823
# LOGROTATE=false