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
aa6dcf
# the --log-driver and --signature-verification options have moved to
aa6dcf
# /etc/docker-latest/daemon.json, selinux will be moved in the next release.
b4f0f2
OPTIONS='--selinux-enabled'
aa6dcf
if [ -z "${DOCKER_CERT_PATH}" ]; then
aa6dcf
    DOCKER_CERT_PATH=/etc/docker-latest
aa6dcf
fi
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