From 74d382ff8de9a870d48e7fd4cc63bb9ee254f3de Mon Sep 17 00:00:00 2001 From: Tomasz Kopczynski Date: Wed, 4 May 2016 22:35:57 +0200 Subject: [PATCH] Docs: fixing typos in admin/supervisor Signed-off-by: Tomasz Kopczynski --- docs/admin/using_supervisord.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/using_supervisord.md b/docs/admin/using_supervisord.md index f8a2625012..683154b09d 100644 --- a/docs/admin/using_supervisord.md +++ b/docs/admin/using_supervisord.md @@ -90,7 +90,7 @@ to start Supervisor when our container launches. EXPOSE 22 80 CMD ["/usr/bin/supervisord"] -Here We've exposed ports 22 and 80 on the container and we're running +Here we've exposed ports 22 and 80 on the container and we're running the `/usr/bin/supervisord` binary when the container launches. @@ -102,7 +102,7 @@ We can now build our new image. ## Running our Supervisor container -Once We've got a built image we can launch a container from it. +Once we've got a built image we can launch a container from it. $ 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)