|
@@ -1,9 +1,6 @@
|
|
|
FROM osixia/baseimage:0.10.3
|
|
FROM osixia/baseimage:0.10.3
|
|
|
MAINTAINER Bertrand Gouny <[email protected]>
|
|
MAINTAINER Bertrand Gouny <[email protected]>
|
|
|
|
|
|
|
|
-# Set correct environment variables.
|
|
|
|
|
-ENV HOME /root
|
|
|
|
|
-
|
|
|
|
|
# Use baseimage-docker's init system.
|
|
# Use baseimage-docker's init system.
|
|
|
CMD ["/sbin/my_init"]
|
|
CMD ["/sbin/my_init"]
|
|
|
|
|
|