From f6395b87da9808ce7afb0cd8c176d7178f8e3bf5 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Tue, 8 May 2018 14:47:05 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 790cd7c..5c8f687 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # Comunic-DockerSingleContainer Run Comunic into a single container + +## Installation +Make sure Docker is installed on your system: https://www.docker.com/community-edition#/download + +In odrer to run Comunic using this container, use the following command: +```bash +$ docker run -ti -p 80:80 pierre42100/comunic-dockersinglecontainer +``` +You can then point your browser at http://localhost/ to see the result...