From 68de32888b6bad84cd37ccd165b0e7bb013574af Mon Sep 17 00:00:00 2001 From: Yasunori Mahata Date: Mon, 17 Feb 2014 19:43:56 -0800 Subject: [PATCH] Fix typo in 'Using Supervisor with Docker' example Docker-DCO-1.1-Signed-off-by: Yasunori Mahata (github: mahata) --- docs/sources/examples/using_supervisord.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 /supervisor + sudo docker run -p 22 -p 80 -t -i /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