A docker container for building RISC-V documentation.
This docker image is based on Ubuntu and is intended to help build RISC-V documentation, specifically tested with the docs-templates.
$> git clone [email protected]:riscv-software-src/riscv-docs-docker.git
$> cd riscv-docs-docker
$> docker build -t riscvintl/rv-docs .
$> cd my/working/dir
$> docker run --rm -u 1000 -t -i -v "$(pwd):/home/dockeruser/workspace" --net=host riscvintl/rv-docs /bin/bash
[dockeruser@rv-docs] workspace # git clone https://github.com/riscv/docs-templates.git
[dockeruser@rv-docs] workspace # cd docs-templates
[dockeruser@rv-docs] workspace # make
Tested on Ubuntu 20.04 and macOS Monterey (Intel).
Dockerfile created by an aging engineer bereft of coding acumine.