From 109a0584403d0d01e07fc71aa3c34253b41a7865 Mon Sep 17 00:00:00 2001 From: Colin Campbell <you@example.com> Date: Fri, 20 Oct 2017 11:44:29 +0100 Subject: [PATCH] uncommented TMPDIR for rhel 7 machines --- templates/etc/sysconfig/docker.systemd.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/sysconfig/docker.systemd.erb b/templates/etc/sysconfig/docker.systemd.erb index 5088bad78..ae778044b 100644 --- a/templates/etc/sysconfig/docker.systemd.erb +++ b/templates/etc/sysconfig/docker.systemd.erb @@ -29,5 +29,5 @@ OPTIONS="<% if @root_dir %> -g <%= @root_dir %><% end -%> https_proxy='<%= @proxy %>'<% end %> <% if @no_proxy %>no_proxy='<%= @no_proxy %>'<% end %> # This is also a handy place to tweak where Docker's temporary files go. -# TMPDIR="<%= @tmp_dir %>" +TMPDIR="<%= @tmp_dir %>" <% if @shell_values %><% @shell_values_array.each do |param| %> <%= param %><% end %><% end -%>