Blob Blame History Raw
# /etc/sysconfig/docker-latest

# Modify these options if you want to change the way the docker daemon runs
# the --log-driver and --signature-verification options have moved to
# /etc/docker-latest/daemon.json, selinux will be moved in the next release.
OPTIONS='--selinux-enabled'
if [ -z "${DOCKER_CERT_PATH}" ]; then
    DOCKER_CERT_PATH=/etc/docker-latest
fi

# On SELinux System, if you remove the --selinux-enabled option, you
# also need to turn on the docker_transition_unconfined boolean.
# setsebool -P docker_transition_unconfined

# Location used for temporary files, such as those created by
# docker load and build operations. Default is /var/lib/docker/tmp
# Can be overriden by setting the following environment variable.
# DOCKER_TMPDIR=/var/tmp

# Controls the /etc/cron.daily/docker-logrotate cron job status.
# To disable, uncomment the line below.
# LOGROTATE=false