https://github.com/cvolton/gmdprivateserver packed into a docker image
config | ||
apache-config.conf | ||
apache-site.conf | ||
Dockerfile | ||
README.md | ||
TODO |
github.com/Cvolton/GMDprivateServer
, packaged in docker
Usage:
building:
docker buildx build . -t <image tag>
running (remove the -it
params to run in background):
docker run -p 8080:80 --rm -it <the tag you chose earlier>