mirror of
https://github.com/pierre42100/Comunic-DockerSingleContainer
synced 2025-07-11 13:42:54 +00:00
Update README.md
This commit is contained in:
@ -1,2 +1,11 @@
|
|||||||
# Comunic-DockerSingleContainer
|
# Comunic-DockerSingleContainer
|
||||||
Run Comunic into a single container
|
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...
|
||||||
|
Reference in New Issue
Block a user