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