summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index d6d13a7..967137a 100644
--- a/README.md
+++ b/README.md
@@ -33,10 +33,12 @@ Build the container
### Running local image
Running an interactive image and get access to shell
- docker run -it <image_name> bash
+ docker run -it <image_name> <cmd>
Running an image as a daemon
+
docker run -d <image_name>
+ docker exec -it <image_name> <cmd>
## Related Resources
* [Sources files](https://github.com/startxfr/docker-images/tree/master/)