https://github.com/cn-docker/mkdocs
MkDocs Image
https://github.com/cn-docker/mkdocs
container-image docker mkdocs mkdocs-docker mkdocs-sites writing
Last synced: about 1 month ago
JSON representation
MkDocs Image
- Host: GitHub
- URL: https://github.com/cn-docker/mkdocs
- Owner: cn-docker
- License: apache-2.0
- Created: 2019-08-23T08:16:33.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-10T15:55:05.000Z (6 months ago)
- Last Synced: 2025-12-10T16:16:10.781Z (6 months ago)
- Topics: container-image, docker, mkdocs, mkdocs-docker, mkdocs-sites, writing
- Language: Dockerfile
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# MkDocs
[](https://github.com/cn-writing/mkdocs)
[](https://github.com/cn-writing/mkdocs)
[](https://github.com/cn-writing/mkdocs)
[](https://github.com/cn-writing/mkdocs)
[](https://github.com/cn-writing/mkdocs)
## Usage
1. Create a folder where your Markdown files will be. That folder needs to have the following structure:
docs
*.md
mkdocs.yml
2. The mkdocs..yml file contains all the settings for you site. Check more options on https://www.mkdocs.org/
3. Run the container
docker run -p 8000:8000 -v :/docs jnonino/mkdocs