Sign inSign up

whumphrey/docfx

By whumphrey

Updated over 7 years ago

Building documentation in docker with DocFX

Image
0

264

whumphrey/docfx repository overview

Usage

Start your container exposing port 8124

docker run --rm -it -p 8082:8082 whumphrey/docfx

Start your container exposing port 8124 and using your local documentation rendered from docs/

docker run --rm -it -p 8082:8082 -v $PWD/docs:/docs whumphrey/docfx

Please see the sample docfx documentation project https://github.com/docascode/docfx-seed

Quick setup

Go to http://127.0.0.1:8082 in your browser and enjoy your markdown in html.

Local deployment / builds

There is also a sample DocFX project included in this, to use it run the following:

git clone https://github.com/nitr8/docker-docfx.git
docker build -t whumphrey/docfx .
docker run --rm -it -p 8082:8082 -v $PWD/docs:/docs whumphrey/docfx

Tag summary

Content type

Image

Digest

Size

241 MB

Last updated

over 7 years ago

docker pull whumphrey/docfx