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