Comunic-DockerSingleContainer/README.md
2018-05-08 14:47:05 +02:00

12 lines
410 B
Markdown

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