2015-11-26 19:59:13 +10:00
|
|
|
FROM docs/base:latest
|
2015-06-07 14:17:02 -07:00
|
|
|
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
2015-02-20 13:20:54 +10:00
|
|
|
|
2015-10-13 16:00:08 -07:00
|
|
|
RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine
|
2015-08-05 10:57:17 -07:00
|
|
|
RUN svn checkout https://github.com/docker/swarm/trunk/docs /docs/content/swarm
|
2015-10-13 16:00:08 -07:00
|
|
|
RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose
|
2015-08-05 10:57:17 -07:00
|
|
|
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
|
2015-10-13 16:00:08 -07:00
|
|
|
RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials
|
|
|
|
|
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content
|
|
|
|
|
|
2015-11-26 19:59:13 +10:00
|
|
|
env PROJECT=machine
|
2015-08-05 10:57:17 -07:00
|
|
|
|
2015-10-13 16:00:08 -07:00
|
|
|
# To get the git info for this repo
|
|
|
|
|
COPY . /src
|
2015-08-05 10:57:17 -07:00
|
|
|
|
2015-11-26 19:59:13 +10:00
|
|
|
COPY . /docs/content/$PROJECT/
|