Sign inSign up

alex778/mkdocs

By alex778

Updated over 3 years ago

MkDocs + Gitlab-Runner

Image
0

161

alex778/mkdocs repository overview

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:

  • /site/mkdocs

To run correctly this image you should set next envs:

  • gitlab_url
  • gitlab_token

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

Tag summary

Content type

Image

Digest

sha256:bfbbb0c75

Size

168 MB

Last updated

over 3 years ago

docker pull alex778/mkdocs:clear