mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-09 22:25:01 +00:00
add pinata modified boot2docker until replaced by real Moby
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
15
boot2docker/Dockerfile.experimental
Normal file
15
boot2docker/Dockerfile.experimental
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM boot2docker/boot2docker
|
||||
MAINTAINER Sven Dowideit "SvenDowideit@docker.com"
|
||||
|
||||
#DESCRIPTION use the latest experimental build of Docker
|
||||
|
||||
#get the latest experimental docker
|
||||
RUN curl -fL -o $ROOTFS/usr/local/bin/docker https://experimental.docker.com/builds/Linux/x86_64/docker-latest && \
|
||||
chmod +x $ROOTFS/usr/local/bin/docker
|
||||
|
||||
RUN echo "" >> $ROOTFS/etc/motd
|
||||
RUN echo " WARNING: this is an experimental.docker.com build, not a release." >> $ROOTFS/etc/motd
|
||||
RUN echo "" >> $ROOTFS/etc/motd
|
||||
|
||||
RUN /make_iso.sh
|
||||
CMD ["cat", "boot2docker.iso"]
|
||||
Reference in New Issue
Block a user