| 123456789101112131415161718 | FROM docs/base:latestMAINTAINER Mary Anthony <[email protected]> (@moxiegirl)RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engineRUN svn checkout https://github.com/docker/swarm/trunk/docs /docs/content/swarmRUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/machineRUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registryRUN svn checkout https://github.com/docker/notary/trunk/docs /docs/content/notaryRUN svn checkout https://github.com/docker/kitematic/trunk/docs /docs/content/kitematicRUN svn checkout https://github.com/docker/toolbox/trunk/docs /docs/content/toolboxRUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/projectENV PROJECT=compose# To get the git info for this repoCOPY . /srcCOPY . /docs/content/$PROJECT/
 |