github.com/mika/distribution@v2.2.2-0.20160108133430-a75790e3d8e0+incompatible/docs/Dockerfile (about)

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