Browse code

Fix broken link in doc site.

Broken link was from python_web_app to nonexistent "base commands page"; updated to point to next item in examples menu, running_ssh_service screencast.

Kevin J. Lynagh authored on 2013/04/04 14:21:57
Showing 5 changed files
... ...
@@ -21,6 +21,7 @@ Jonathan Rudenberg <jonathan@titanous.com>
21 21
 Julien Barbier <write0@gmail.com>
22 22
 Jérôme Petazzoni <jerome.petazzoni@dotcloud.com>
23 23
 Ken Cochrane <kencochrane@gmail.com>
24
+Kevin J. Lynagh <kevin@keminglabs.com>
24 25
 Louis Opter <kalessin@kalessin.fr>
25 26
 Mikhail Sobolev <mss@mawhrin.net>
26 27
 Nelson Chen <crazysim@gmail.com>
... ...
@@ -15,4 +15,4 @@ Contents:
15 15
    hello_world
16 16
    hello_world_daemon
17 17
    python_web_app
18
-   runningsshservice
18
+   running_ssh_service
... ...
@@ -65,6 +65,4 @@ See the example in action
65 65
       <iframe width="720" height="350" src="http://ascii.io/a/2573/raw" frameborder="0"></iframe>
66 66
     </div>
67 67
 
68
-Continue to the `base commands`_
69
-
70
-.. _base commands: ../commandline/basecommands.html
68
+Continue to :ref:`running_ssh_service`.
71 69
new file mode 100644
... ...
@@ -0,0 +1,32 @@
0
+:title: Running an SSH service
1
+:description: A screencast of installing and running an sshd service
2
+:keywords: docker, example, package installation, networking
3
+
4
+.. _running_ssh_service:
5
+
6
+Create an ssh daemon service
7
+============================
8
+
9
+
10
+
11
+
12
+**Video:**
13
+
14
+I've create a little screencast to show how to create a sshd service and connect to it. It is something like 11
15
+minutes and not entirely smooth, but gives you a good idea.
16
+
17
+.. raw:: html
18
+
19
+    <div style="margin-top:10px;">
20
+      <iframe width="800" height="400" src="http://ascii.io/a/2637/raw" frameborder="0"></iframe>
21
+    </div>
22
+
23
+
24
+You can also get this sshd container by using
25
+::
26
+
27
+    docker pull dhrp/sshd
28
+
29
+
30
+The password is 'screencast'
31
+
0 32
deleted file mode 100644
... ...
@@ -1,27 +0,0 @@
1
-
2
-Create an ssh daemon service
3
-============================
4
-
5
-
6
-
7
-
8
-**Video:**
9
-
10
-I've create a little screencast to show how to create a sshd service and connect to it. It is something like 11
11
-minutes and not entirely smooth, but gives you a good idea.
12
-
13
-.. raw:: html
14
-
15
-    <div style="margin-top:10px;">
16
-      <iframe width="800" height="400" src="http://ascii.io/a/2637/raw" frameborder="0"></iframe>
17
-    </div>
18
-
19
-
20
-You can also get this sshd container by using
21
-::
22
-
23
-    docker pull dhrp/sshd
24
-
25
-
26
-The password is 'screencast'
27
-