2015-10-09 16:50:41 -07:00
|
|
|
FROM docs/base:hugo-github-linking
|
2015-06-07 20:07:20 -07:00
|
|
|
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
2014-10-22 15:14:02 -07:00
|
|
|
|
2015-06-07 20:07:20 -07:00
|
|
|
# To get the git info for this repo
|
2015-02-18 14:20:46 +10:00
|
|
|
COPY . /src
|
|
|
|
|
2015-10-09 16:50:41 -07:00
|
|
|
COPY . /docs/content/engine
|
2015-06-07 20:07:20 -07:00
|
|
|
|
2015-08-11 22:30:50 -07:00
|
|
|
RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose
|
|
|
|
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
|
|
|
|
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/
|
|
|
|
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
|
2015-06-16 06:04:13 -07:00
|
|
|
|