We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f59530 + b30d4a2 commit 34a3c29Copy full SHA for 34a3c29
cases/supervisor.md
@@ -52,7 +52,7 @@ $ sudo docker build -t test/supervisord .
52
```
53
启动 supervisor 容器。
54
55
-$ sudo docker run -p 22 -p 80 -t -i test/supervisords
+$ sudo docker run -p 22 -p 80 -t -i test/supervisord
56
2013-11-25 18:53:22,312 CRIT Supervisor running as root (no user in config file)
57
2013-11-25 18:53:22,312 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
58
2013-11-25 18:53:22,342 INFO supervisord started with pid 1
0 commit comments