Blame SOURCES/docker.sysconfig

b28b51
# /etc/sysconfig/docker
c4784f
c4784f
# Modify these options if you want to change the way the docker daemon runs
cc6bf7
OPTIONS='--selinux-enabled --log-driver=journald --signature-verification=false'
0279f8
if [ -z "${DOCKER_CERT_PATH}" ]; then
0279f8
    DOCKER_CERT_PATH=/etc/docker
0279f8
fi
b215bf
037cc3
# Do not add registries in this file anymore. Use /etc/containers/registries.conf
037cc3
# from the atomic-registries package.
78f495
#
78f495
86b31f
# On an SELinux system, if you remove the --selinux-enabled option, you
86b31f
# also need to turn on the docker_transition_unconfined boolean.
86b31f
# setsebool -P docker_transition_unconfined 1
86b31f
86b31f
# Location used for temporary files, such as those created by
86b31f
# docker load and build operations. Default is /var/lib/docker/tmp
86b31f
# Can be overriden by setting the following environment variable.
86b31f
# DOCKER_TMPDIR=/var/tmp
86b31f
86b31f
# Controls the /etc/cron.daily/docker-logrotate cron job status.
86b31f
# To disable, uncomment the line below.
86b31f
# LOGROTATE=false
86b31f
78f495
# docker-latest daemon can be used by starting the docker-latest unitfile.
cc6bf7
# To use docker-latest client, uncomment below lines
78f495
#DOCKERBINARY=/usr/bin/docker-latest
478cdc
#DOCKERDBINARY=/usr/bin/dockerd-latest
cc6bf7
#DOCKER_CONTAINERD_BINARY=/usr/bin/docker-containerd-latest
cc6bf7
#DOCKER_CONTAINERD_SHIM_BINARY=/usr/bin/docker-containerd-shim-latest