Created
August 8, 2018 11:34
-
-
Save isaldarriaga/2fcddaea8b53d74279f64236695ef55c to your computer and use it in GitHub Desktop.
on master node
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/sysconfig/docker | |
# Modify these options if you want to change the way the docker daemon runs | |
OPTIONS=' --selinux-enabled --signature-verification=False' | |
if [ -z "${DOCKER_CERT_PATH}" ]; then | |
DOCKER_CERT_PATH=/etc/docker | |
fi | |
# Do not add registries in this file anymore. Use /etc/containers/registries.conf | |
# from the atomic-registries package. | |
# | |
# 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 | |
# docker-latest daemon can be used by starting the docker-latest unitfile. | |
# To use docker-latest client, uncomment below lines | |
#DOCKERBINARY=/usr/bin/docker-latest | |
#DOCKERDBINARY=/usr/bin/dockerd-latest | |
#DOCKER_CONTAINERD_BINARY=/usr/bin/docker-containerd-latest | |
#DOCKER_CONTAINERD_SHIM_BINARY=/usr/bin/docker-containerd-shim-latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment