A modular shell framework to organize scripts https://github.com/rerun/rerun
388
A modular shell framework to organize scripts https://github.com/rerun/rerun
This image includes rerun and the necessary dependencies of rerun stubbs:docs.
The rerun Docker image entrypoint script will pass all options to the rerun command.
On image run, you can mount a volume to /app/modules with your own modules. They will
then be added to /usr/lib/rerun/modules automatically at runtime.
docker run -v $localpath/modules:/app/modules -t heidecke/rerun
The -s argument will allow you to use a local module repository and access the bash shell prompt.
docker run -v $localpath/modules:/app/modules -ti heidecke/rerun -s
$ module=vip; \
> localmods=~/Code/modules; \
> localout=~/Code/docs/$module; \
> docker run -v $localmods:/app/modules \
> -v $localout:/app/output \
> -e USER=$USER \
> -ti rerun stubbs:docs \
> --module $module \
> --dir /app/output
Unix manual: /app/output/vip.1
HTML site: /app/output/index.html
$
Content type
Image
Digest
sha256:5db3edd8f…
Size
-
Last updated
about 11 years ago
docker pull heidecke/rerun