Skip to content

Commit ebed0f1

Browse files
committed
Merge pull request docker-archive-public#3035 from moxiegirl/remove-tutorials
Updating Dockerfile
2 parents 86d002a + 785e183 commit ebed0f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ RUN svn checkout https://github.com/docker/docker/trunk/docs /docs/content/engin
55
RUN svn checkout https://github.com/docker/swarm/trunk/docs /docs/content/swarm
66
RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose
77
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
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
11+
RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
1112

1213
env PROJECT=machine
1314

0 commit comments

Comments
 (0)