Sign inSign up

jujhars13/docker-node-apidocjs

By jujhars13

Updated about 9 years ago

http://apidocjs.com/ in a Node V4 container for consistent docs builds

Image
1

1M+

jujhars13/docker-node-apidocjs repository overview

docker-node-apidocjs

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.

dockeri.co

Usage

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

Tag summary

Content type

Image

Digest

Size

246.7 MB

Last updated

about 9 years ago

docker pull jujhars13/docker-node-apidocjs