diff --git a/AUTHORS b/AUTHORS index 382a11b5b0..fefd748422 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,6 +21,7 @@ Jonathan Rudenberg Julien Barbier Jérôme Petazzoni Ken Cochrane +Kevin J. Lynagh Louis Opter Mikhail Sobolev Nelson Chen diff --git a/docs/sources/examples/index.rst b/docs/sources/examples/index.rst index 4d37cdfe57..0ab2143a30 100644 --- a/docs/sources/examples/index.rst +++ b/docs/sources/examples/index.rst @@ -15,4 +15,4 @@ Contents: hello_world hello_world_daemon python_web_app - runningsshservice + running_ssh_service diff --git a/docs/sources/examples/python_web_app.rst b/docs/sources/examples/python_web_app.rst index 978c6de1c4..5f7a07ea1e 100644 --- a/docs/sources/examples/python_web_app.rst +++ b/docs/sources/examples/python_web_app.rst @@ -65,6 +65,4 @@ See the example in action -Continue to the `base commands`_ - -.. _base commands: ../commandline/basecommands.html +Continue to :ref:`running_ssh_service`. diff --git a/docs/sources/examples/runningsshservice.rst b/docs/sources/examples/running_ssh_service.rst similarity index 73% rename from docs/sources/examples/runningsshservice.rst rename to docs/sources/examples/running_ssh_service.rst index 0053efd4da..23d2d41c2f 100644 --- a/docs/sources/examples/runningsshservice.rst +++ b/docs/sources/examples/running_ssh_service.rst @@ -1,3 +1,8 @@ +:title: Running an SSH service +:description: A screencast of installing and running an sshd service +:keywords: docker, example, package installation, networking + +.. _running_ssh_service: Create an ssh daemon service ============================