1
0

Dockerfile 773 B

12345678910111213141516
  1. FROM docs/base:latest
  2. MAINTAINER Mary Anthony <[email protected]> (@moxiegirl)
  3. RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engine
  4. RUN svn checkout https://github.com/docker/swarm/trunk/docs /docs/content/swarm
  5. RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/machine
  6. RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registry
  7. RUN svn checkout https://github.com/kitematic/kitematic/trunk/docs /docs/content/kitematic
  8. RUN svn checkout https://github.com/docker/tutorials/trunk/docs /docs/content/tutorials
  9. RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content
  10. ENV PROJECT=compose
  11. # To get the git info for this repo
  12. COPY . /src
  13. COPY . /docs/content/$PROJECT/