mirror of https://github.com/docker/docs.git
Dockerfiles for staging/archives
This commit is contained in:
parent
6db7389e57
commit
cbeb53dd83
|
|
@ -9,4 +9,4 @@ ONBUILD RUN git checkout vnext-compose
|
|||
|
||||
ONBUILD COPY . /usr/src/app
|
||||
|
||||
CMD jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000
|
||||
CMD jekyll serve -d /_site -H 0.0.0.0 -P 4000
|
||||
|
|
|
|||
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
FROM starefossen/github-pages:onbuild
|
||||
|
||||
ONBUILD RUN git clone https://www.github.com/docker/docker.github.io docs
|
||||
|
||||
ONBUILD WORKDIR docs
|
||||
|
||||
ONBUILD RUN git checkout vnext-distribution
|
||||
|
||||
ONBUILD COPY . /usr/src/app
|
||||
|
||||
CMD jekyll serve -d /_site -H 0.0.0.0 -P 4000
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
FROM starefossen/github-pages:onbuild
|
||||
|
||||
ONBUILD RUN git clone https://www.github.com/docker/docker.github.io docs
|
||||
|
||||
ONBUILD WORKDIR docs
|
||||
|
||||
ONBUILD RUN git checkout vnext-engine
|
||||
|
||||
ONBUILD COPY . /usr/src/app
|
||||
|
||||
CMD jekyll serve -d /_site -H 0.0.0.0 -P 4000
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
FROM starefossen/github-pages:onbuild
|
||||
|
||||
ONBUILD RUN git clone https://www.github.com/docker/docker.github.io docs
|
||||
|
||||
ONBUILD WORKDIR docs
|
||||
|
||||
ONBUILD RUN git checkout vnext-kitematic
|
||||
|
||||
ONBUILD COPY . /usr/src/app
|
||||
|
||||
CMD jekyll serve -d /_site -H 0.0.0.0 -P 4000
|
||||
|
|
@ -9,4 +9,4 @@ ONBUILD RUN git checkout vnext-machine
|
|||
|
||||
ONBUILD COPY . /usr/src/app
|
||||
|
||||
CMD jekyll serve -d /_site --watch -H 0.0.0.0 -P 4000
|
||||
CMD jekyll serve -d /_site -H 0.0.0.0 -P 4000
|
||||
|
|
|
|||
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
FROM starefossen/github-pages:onbuild
|
||||
|
||||
ONBUILD RUN git clone https://www.github.com/docker/docker.github.io docs
|
||||
|
||||
ONBUILD WORKDIR docs
|
||||
|
||||
ONBUILD RUN git checkout vnext-toolbox
|
||||
|
||||
ONBUILD COPY . /usr/src/app
|
||||
|
||||
CMD jekyll serve -d /_site -H 0.0.0.0 -P 4000
|
||||
Loading…
Reference in New Issue