Docker image contains mkdocs and gitlab-runner inside.
By default this image listen port 8000.
If you don't want to register gitlab-runner, just expose port 8000. After running of this image MkDocs will create empty project in folder:
To run correctly this image you should set next envs:
After these steps gitlab runner will be ready to pull docs from your gitlab-instance.
Below you can see exapmle of running image:
docker run -p 8999:8000 -e gitlab_url='http://gitlab.example.test/' -e gitlab_token='SampleToken' -it mkdocs /bin/bash
Content type
Image
Digest
sha256:bfbbb0c75…
Size
168 MB
Last updated
over 3 years ago
docker pull alex778/mkdocs:clear