2015-11-26 11:30:12 +01:00
|
|
|
FROM docs/base:latest
|
2015-06-07 22:59:58 +02:00
|
|
|
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
2015-02-23 04:56:13 +01:00
|
|
|
|
2015-10-13 13:01:19 +02:00
|
|
|
RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine
|
2015-07-19 23:39:25 +02:00
|
|
|
RUN svn checkout https://github.com/docker/swarm/trunk/docs /docs/content/swarm
|
|
|
|
RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/machine
|
|
|
|
RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registry
|
2016-02-11 05:47:15 +01:00
|
|
|
RUN svn checkout https://github.com/docker/notary/trunk/docs /docs/content/notary
|
|
|
|
RUN svn checkout https://github.com/docker/kitematic/trunk/docs /docs/content/kitematic
|
|
|
|
RUN svn checkout https://github.com/docker/toolbox/trunk/docs /docs/content/toolbox
|
|
|
|
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/project
|
2015-07-19 23:39:25 +02:00
|
|
|
|
2016-02-15 04:52:27 +01:00
|
|
|
|
2015-11-26 11:30:12 +01:00
|
|
|
ENV PROJECT=compose
|
2015-10-08 20:46:31 +02:00
|
|
|
# To get the git info for this repo
|
|
|
|
COPY . /src
|
|
|
|
|
2015-11-26 11:30:12 +01:00
|
|
|
COPY . /docs/content/$PROJECT/
|