Merge pull request #58 from UncleBarney/patch-1

Correct supervisor container name
pull/60/head
yeasy 2015-05-14 19:48:23 +08:00
commit 34a3c29865
1 changed files with 1 additions and 1 deletions

View File

@ -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