http://apidocjs.com/ in a Node V4 container for consistent docs builds
1M+
apidocjs.com container used in builds of documentation Node.js 4.4.3 official, and apidocjs
Using this image at Voxpopme to ensure we have consistent builds of our documentation.
simply mount your project folder to /app and run the apidoc command as you usually would.
docker run --rm \
-v ${PWD}:/app \
jujhars13/docker-node-apidocjs \
apidoc -i api.superwidgets.com/ -o html/public -t template
Content type
Image
Digest
Size
246.7 MB
Last updated
about 9 years ago
docker pull jujhars13/docker-node-apidocjs