Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

docker-images

Collection of useful Docker images for development and CI/CD workflows.

Available Images

MkDocs with Include Markdown Plugin

Located in mkdocs/ directory. This image includes:

  • MkDocs static site generator
  • MkDocs Material theme
  • mkdocs-include-markdown-plugin for including content from other markdown files

Usage:

docker pull ghcr.io/swatpeacekeeper/mkdocs-include-markdown:latest
docker run -it --rm -p 8000:8000 -v ${PWD}:/docs ghcr.io/swatpeacekeeper/mkdocs-include-markdown:latest

See mkdocs/README.md for detailed usage instructions.

Automatic Building

All images are automatically built and published to GitHub Container Registry when changes are pushed to the main branch using GitHub Actions.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages