From da4e110f911ea6b53707fad1217e44b560022457 Mon Sep 17 00:00:00 2001 From: zrml Date: Thu, 17 Sep 2015 14:20:57 +0200 Subject: [PATCH] Typos corrected... --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a72ac7..ea9666b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ Please see the dockerfile examples in the [dockerfile] folder above. It also tries to tune shared memory so that Caché may start. You can pass higher value than the default 512MB that is usually enough to work. `ccontainermain` also allows a software developer to start her or his Caché program and also other services. -here is an example of the syntax on how to fire up a container created via a Dockerfile -with the ENTRYPOINT specified as above, which wraps the call to a java service needed for the app: +Here is an example of the syntax on how to fire up a container created via a Dockerfile -with the ENTRYPOINT specified as above, which wraps the call to a java service needed for the app: + `$ docker run -p 57772:57772 centos7:C153 -xstart=/myExtraService.sh` However, the most important thing that ccontainermain does is probably the trapping of signals to the container.