Comunic-DockerSingleContainer/README.md

12 lines
410 B
Markdown
Raw Permalink Normal View History

2018-05-08 12:24:32 +00:00
# Comunic-DockerSingleContainer
Run Comunic into a single container
2018-05-08 12:47:05 +00:00
## 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...