From 5eeb176bd040a0acacec075fbdd5dce562a8dced Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Mon, 26 Jan 2015 17:15:29 +0100 Subject: [PATCH] No longer recommend setting 'ENV HOME' in Dockerfile This is because https://github.com/docker/docker/issues/2968 has been fixed. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index ccdee45..2c838fb 100644 --- a/README.md +++ b/README.md @@ -136,9 +136,6 @@ The image is called `phusion/baseimage`, and is available on the Docker registry # a list of version numbers. FROM phusion/baseimage: - # Set correct environment variables. - ENV HOME /root - # Use baseimage-docker's init system. CMD ["/sbin/my_init"]