Skip to content

Commit

Permalink
Make /etc/default/docker up2date
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Aug 29, 2016
1 parent 8a4cbf6 commit 8a279c9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions templates/etc/default/docker.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

# Docker Upstart and SysVinit configuration file

#
# THIS FILE DOES NOT APPLY TO SYSTEMD
#
# Please see the documentation for "systemd drop-ins":
# https://docs.docker.com/engine/articles/systemd/
#

# Customize location of Docker binary (especially for development testing).
{% if docker_etc_default_binary is defined %}
DOCKER="{{ docker_etc_default_binary }}"
DOCKERD="{{ docker_etc_default_binary }}"
{% else %}
#DOCKER="/usr/local/bin/docker"
#DOCKERD="/usr/local/bin/dockerd"
{% endif %}

# Use DOCKER_OPTS to modify the daemon startup options.
Expand Down

0 comments on commit 8a279c9

Please sign in to comment.