2015-10-13 13:01:19 +02:00
|
|
|
FROM docs/base:hugo-github-linking
|
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
|
2015-10-13 13:01:19 +02:00
|
|
|
RUN svn checkout https://github.com/kitematic/kitematic/trunk/docs /docs/content/kitematic
|
2015-07-19 23:39:25 +02: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-10-08 20:46:31 +02:00
|
|
|
# To get the git info for this repo
|
|
|
|
COPY . /src
|
|
|
|
|
|
|
|
COPY . /docs/content/compose/
|