Blame SOURCES/docker-latest.sysconfig

9b8438
# /etc/sysconfig/docker-latest
9b8438
9b8438
# Modify these options if you want to change the way the docker daemon runs
9b8438
# the --log-driver and --signature-verification options have moved to
9b8438
# /etc/docker-latest/daemon.json, selinux will be moved in the next release.
9b8438
OPTIONS='--selinux-enabled'
9b8438
if [ -z "${DOCKER_CERT_PATH}" ]; then
9b8438
    DOCKER_CERT_PATH=/etc/docker-latest
9b8438
fi
9b8438
9b8438
# On SELinux System, if you remove the --selinux-enabled option, you
9b8438
# also need to turn on the docker_transition_unconfined boolean.
9b8438
# setsebool -P docker_transition_unconfined
9b8438
9b8438
# Location used for temporary files, such as those created by
9b8438
# docker load and build operations. Default is /var/lib/docker/tmp
9b8438
# Can be overriden by setting the following environment variable.
9b8438
# DOCKER_TMPDIR=/var/tmp
9b8438
9b8438
# Controls the /etc/cron.daily/docker-logrotate cron job status.
9b8438
# To disable, uncomment the line below.
9b8438
# LOGROTATE=false