mirror of
https://github.com/pierre42100/Comunic-DockerSingleContainer
synced 2024-12-25 10:58:50 +00:00
Update README.md
This commit is contained in:
parent
db00eb57af
commit
f6395b87da
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user