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'
407b509
if [ -z "${DOCKER_CERT_PATH}" ]; then
407b509
    DOCKER_CERT_PATH=/etc/docker
407b509
fi
880ac7d
80a6bea
# Do not add registries in this file anymore. Use /etc/containers/registries.conf
80a6bea
# from the atomic-registries package.
80a6bea
#
Antonio Murdaca e786f0c
Antonio Murdaca e786f0c
# On an SELinux system, if you remove the --selinux-enabled option, you
880ac7d
# also need to turn on the docker_transition_unconfined boolean.
Antonio Murdaca e786f0c
# setsebool -P docker_transition_unconfined 1
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
Antonio Murdaca e786f0c
#
Antonio Murdaca e786f0c
Antonio Murdaca e786f0c
# docker-latest daemon can be used by starting the docker-latest unitfile.
Antonio Murdaca e786f0c
# To use docker-latest client, uncomment below line
Antonio Murdaca e786f0c
#DOCKERBINARY=/usr/bin/docker-latest