A docker image to build and host a branch of the matrix spec
404
A docker image to build and host a branch of the matrix spec
docker run --rm -p 80:80 turt2live/matrix-doc-web
docker run --rm -e SPEC_BRANCH=master -p 80:80 turt2live/matrix-doc-web
docker run --rm -e SPEC_REPO=https://github.com/turt2live/matrix-doc.git -e SPEC_BRANCH=master -p 80:80 turt2live/matrix-doc-web
docker run --rm -e SPEC_FETCH=pull/1379/head:local/pr -e SPEC_BRANCH=local/pr -p 80:80 turt2live/matrix-doc-web
Content type
Image
Digest
Size
36.6 MB
Last updated
about 8 years ago
docker pull turt2live/matrix-doc-web