Update README.md

This commit is contained in:
Pierre Hubert 2018-05-08 14:47:05 +02:00 committed by GitHub
parent db00eb57af
commit f6395b87da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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...