2015-11-26 10:34:00 +00:00
|
|
|
FROM docs/base:latest
|
2015-06-08 00:58:53 +00:00
|
|
|
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
2015-04-01 18:28:34 +00:00
|
|
|
|
2015-11-26 10:34:00 +00:00
|
|
|
RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine
|
|
|
|
RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose
|
2016-02-11 05:12:45 +00:00
|
|
|
RUN svn checkout https://github.com/docker/swarm/trunk/docs /docs/content/swarm
|
2015-11-26 10:34:00 +00:00
|
|
|
RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/machine
|
2016-02-11 05:12:45 +00: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
|
2015-12-03 11:11:10 +00:00
|
|
|
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
|
2015-11-26 10:34:00 +00:00
|
|
|
|
2015-08-05 05:55:21 +00:00
|
|
|
ENV PROJECT=registry
|
|
|
|
|
2015-06-08 00:58:53 +00:00
|
|
|
# To get the git info for this repo
|
2015-04-01 18:28:34 +00:00
|
|
|
COPY . /src
|
|
|
|
|
2015-08-05 05:55:21 +00:00
|
|
|
COPY . /docs/content/$PROJECT/
|