Signed-off-by: Mary Anthony <mary@docker.com>
| ... | ... |
@@ -5,8 +5,9 @@ RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/comp |
| 5 | 5 |
RUN svn checkout https://github.com/docker/swarm/trunk/docs /docs/content/swarm |
| 6 | 6 |
RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/machine |
| 7 | 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/ |
|
| 8 |
+RUN svn checkout https://github.com/docker/notary/trunk/docs /docs/content/notary |
|
| 9 |
+RUN svn checkout https://github.com/docker/kitematic/trunk/docs /docs/content/kitematic |
|
| 10 |
+RUN svn checkout https://github.com/docker/toolbox/trunk/docs /docs/content/toolbox |
|
| 10 | 11 |
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource |
| 11 | 12 |
|
| 12 | 13 |
ENV PROJECT=engine |