Skip to content

jsio-private/docker-jsdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker container for running jsdoc on a git remote

Exmaple usage:

docker run
  -v /path/to/id_rsa:/root/.ssh/id_rsa
  -v /path/to/output:/doc-output
  -e [email protected]:my/repository
  jsdoc

Local Testing

Run ./test-container.sh to test the container which has been built on your system already.

Run ./test-container.sh dev to test the container with launch and gulpfile mounted in.

Note: You must have an ssh key at ~/.ssh/id_rsa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published