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