Skip to content

Commit c9cf830

Browse files
committed
Update Dockerfile.test to build from experimental
1 parent eb5571f commit c9cf830

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Dockerfile.experimental

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
FROM boot2docker/boot2docker
2+
MAINTAINER Sven Dowideit "[email protected]"
3+
4+
#DESCRIPTION use the latest experimental build of Docker
5+
6+
#get the latest experimental docker
7+
RUN curl -L -o $ROOTFS/usr/local/bin/docker https://experimental.docker.com/builds/Linux/x86_64/docker-latest && \
8+
chmod +x $ROOTFS/usr/local/bin/docker
9+
10+
RUN echo " WARNING: this is an experimental.docker.com build, not a release." >> $ROOTFS/etc/motd
11+
RUN echo "" >> $ROOTFS/etc/motd
12+
13+
RUN /make_iso.sh
14+
CMD ["cat", "boot2docker.iso"]

rootfs/Dockerfile.test

-14
This file was deleted.

0 commit comments

Comments
 (0)