summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasunori Mahata <nori@mahata.net>2014-02-17 19:43:56 -0800
committerYasunori Mahata <nori@mahata.net>2014-02-17 19:43:56 -0800
commit68de32888b6bad84cd37ccd165b0e7bb013574af (patch)
treef5c6c06156f56425d44e414ab84eeabcc1c4401e
parentb7c2e8f54e6b76ec321c8c9c1f41dbc8b7c66a4e (diff)
downloaddocker-68de32888b6bad84cd37ccd165b0e7bb013574af.tar.gz
Fix typo in 'Using Supervisor with Docker' example
Docker-DCO-1.1-Signed-off-by: Yasunori Mahata <mahata777@gmail.com> (github: mahata)
-rw-r--r--docs/sources/examples/using_supervisord.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sources/examples/using_supervisord.rst b/docs/sources/examples/using_supervisord.rst
index eed063292d..750b6c2334 100644
--- a/docs/sources/examples/using_supervisord.rst
+++ b/docs/sources/examples/using_supervisord.rst
@@ -112,7 +112,7 @@ Once we've got a built image we can launch a container from it.
.. code-block:: bash
- sudo docker run -p 22 -p 80 -t -i <yourname>/supervisor
+ sudo docker run -p 22 -p 80 -t -i <yourname>/supervisord
2013-11-25 18:53:22,312 CRIT Supervisor running as root (no user in config file)
2013-11-25 18:53:22,312 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
2013-11-25 18:53:22,342 INFO supervisord started with pid 1