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