From 10cebd4c741cd9e0762227148795c4ce02317579 Mon Sep 17 00:00:00 2001 From: Neyazul Haque Date: Tue, 23 Aug 2016 08:16:40 +0530 Subject: [PATCH] Change TMPDIR to DOCKER_TMPDIR TMPDIR was changed to DOCKER_TMPDIR in pull request 7113 but the file still asks user to set TMPDIR. I am new to docker and wasted sometime this morning because of this. I am using docker version 1.12.1 on ubuntu server 14.04 Signed-off-by: Neyazul Haque --- contrib/init/sysvinit-debian/docker.default | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/init/sysvinit-debian/docker.default b/contrib/init/sysvinit-debian/docker.default index c7dc9a2a7f..e217d7995e 100644 --- a/contrib/init/sysvinit-debian/docker.default +++ b/contrib/init/sysvinit-debian/docker.default @@ -17,4 +17,4 @@ #export http_proxy="http://127.0.0.1:3128/" # This is also a handy place to tweak where Docker's temporary files go. -#export TMPDIR="/mnt/bigdrive/docker-tmp" +#export DOCKER_TMPDIR="/mnt/bigdrive/docker-tmp"