1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

No longer recommend setting 'ENV HOME' in Dockerfile

This is because https://github.com/docker/docker/issues/2968 has been fixed.
This commit is contained in:
Hongli Lai (Phusion) 2015-01-26 17:15:29 +01:00
parent 3678d6d92a
commit 5eeb176bd0

View File

@ -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:<VERSION>
# Set correct environment variables.
ENV HOME /root
# Use baseimage-docker's init system.
CMD ["/sbin/my_init"]