Skip to content

Build a docker container with mkdocs and materials

Notifications You must be signed in to change notification settings

stschulte/docker-mkdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

docker-mkdocs

Build Automated Build Status

This repository aims to build a docker container with mkdocs and mkdocs-materials

The container can be used as a wrapper for mkdocs.

Usage

The container will assume that your mkdocs repository is mounted in /out inside the container.

Go to your mkdocs repository and run the container as the current user.

docker run -v $(pwd):/out -v /etc/group:/etc/group:ro -v /etc/passwd:/etc/passwd:ro --user=${UID}:${GID}

About

Build a docker container with mkdocs and materials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published