Skip to content

Commit

Permalink
Merge pull request #250 from rchekaluk/master
Browse files Browse the repository at this point in the history
Use double-quotes for DOCKER_OPTS
  • Loading branch information
bflad committed Mar 18, 2015
2 parents 969f120 + 0cb1b69 commit 0838415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/docker.sysconfig.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DOCKER_LOGFILE=<%= node['docker']['logfile'] %>
<% end -%>

# Use DOCKER_OPTS to modify the daemon startup options.
DOCKER_OPTS='<%= @daemon_options %>'
DOCKER_OPTS="<%= @daemon_options %>"

<% if node['docker']['pidfile'] -%>
DOCKER_PIDFILE=<%= node['docker']['pidfile'] %>
Expand Down

0 comments on commit 0838415

Please sign in to comment.