Dockerfile 860 B

1234567891011121314151617
  1. FROM docs/base:latest
  2. MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
  3. RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose
  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/docker/notary/trunk/docs /docs/content/notary
  8. RUN svn checkout https://github.com/docker/kitematic/trunk/docs /docs/content/kitematic
  9. RUN svn checkout https://github.com/docker/toolbox/trunk/docs /docs/content/toolbox
  10. RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
  11. ENV PROJECT=engine
  12. # To get the git info for this repo
  13. COPY . /src
  14. COPY . /docs/content/$PROJECT/