Skip to content

Commit 34a3c29

Browse files
committed
Merge pull request yeasy#58 from UncleBarney/patch-1
Correct supervisor container name
2 parents 5f59530 + b30d4a2 commit 34a3c29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cases/supervisor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ sudo docker build -t test/supervisord .
5252
```
5353
启动 supervisor 容器。
5454
```
55-
$ sudo docker run -p 22 -p 80 -t -i test/supervisords
55+
$ sudo docker run -p 22 -p 80 -t -i test/supervisord
5656
2013-11-25 18:53:22,312 CRIT Supervisor running as root (no user in config file)
5757
2013-11-25 18:53:22,312 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
5858
2013-11-25 18:53:22,342 INFO supervisord started with pid 1

0 commit comments

Comments
 (0)