Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 840 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 840 Bytes

Fedora image for mdBook-based generation

This Fedora container image contains:

Usage instructions

Start the container in the folder that contains your documentation source

$ podman run --rm -v $PWD:/workspace \
    ghcr.io/gbraad-redhat/mdbook:0.4.42 \
    mdbook build

This will generate a book output.

Or using

$ podman run --rm -v $PWD:/workspace -p 3000:3000 \
    ghcr.io/gbraad-redhat/mdbook:0.4.42 \
    mdbook serve

the generated content will be published using the embedded server on http://localhost:3000