Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit a91bd57

Browse files
committed
feat(install): added a docker section
1 parent 221055e commit a91bd57

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

INSTALL.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,27 @@ Info: The web interface also works on an external Webspace!
6565
curl -sS https://getcomposer.org/installer | php
6666
php composer.phar install --no-dev -o
6767

68+
## Docker
69+
70+
For the docker setup you just need to have `docker` and `git` installed.
71+
72+
## Close the repository
73+
``git clone https://github.com/The-Systems/CloudNet3-WebInterface.git``
74+
75+
## Build the docker image
76+
77+
``docker build -t cloudnet-webinterface .``
78+
79+
## Run the image
80+
81+
The interface will run on port 8080 on the host.
82+
83+
```bash
84+
docker run -d --name cloudnet-webinterface \
85+
--port 8080:80 \
86+
cloudnet-webinterface
87+
```
88+
6889
# GERMAN
6990

7091
## Vorraussetzungen

0 commit comments

Comments
 (0)