88118f7
# /etc/sysconfig/docker
88118f7
88118f7
# Modify these options if you want to change the way the docker daemon runs
88118f7
OPTIONS='--selinux-enabled'
88118f7
DOCKER_CERT_PATH=/etc/docker
88118f7
88118f7
# Enable insecure registry communication by appending the registry URL
88118f7
# to the INSECURE_REGISTRY variable below and uncommenting it
88118f7
# INSECURE_REGISTRY='--insecure-registry '
88118f7
88118f7
# On SELinux System, if you remove the --selinux-enabled option, you
88118f7
# also need to turn on the docker_transition_unconfined boolean.
88118f7
# setsebool -P docker_transition_unconfined
88118f7
88118f7
# Location used for temporary files, such as those created by
88118f7
# docker load and build operations. Default is /var/lib/docker/tmp
88118f7
# Can be overriden by setting the following environment variable.
88118f7
# DOCKER_TMPDIR=/var/tmp
88118f7
88118f7
# Controls the /etc/cron.daily/docker-logrotate cron job status.
88118f7
# To disable, uncomment the line below.
88118f7
# LOGROTATE=false