From b30d4a2328499e8db3ce67f0dfcb8de05335ae9a Mon Sep 17 00:00:00 2001 From: Hechen Gao Date: Wed, 13 May 2015 15:38:49 -0700 Subject: [PATCH] Correct supervisor container name The name of the container for configured supervisord container is incorrect. It was: test/supervisords, while in the build step, we tagged it as test/supervisor. --- cases/supervisor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cases/supervisor.md b/cases/supervisor.md index 12e3ced..efdbdb6 100644 --- a/cases/supervisor.md +++ b/cases/supervisor.md @@ -52,7 +52,7 @@ $ sudo docker build -t test/supervisord . ``` 启动 supervisor 容器。 ``` -$ sudo docker run -p 22 -p 80 -t -i test/supervisords +$ sudo docker run -p 22 -p 80 -t -i test/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