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