Sign inSign up

wanix/showoff

By wanix

Updated over 8 years ago

showoff image with all options

Image
0

2.0K

wanix/showoff repository overview

Docker Pulls Docker Stars GitHub tag

dockerfile-showoff

Showoff dockerfile with all options for showoff

Volume given is /srv/showoff

Exemple of use with puppetlabs examples

Getting docker image:

docker pull wanix/showoff

Getting puppetlabs examples

cd /tmp && git clone https://github.com/puppetlabs/showoff.git

Serving Puppetlabs examples:

docker run -d -p 9090:9090 -P -h showoff --name showoff -v /tmp/showoff/example:/srv/showoff wanix/showoff

Now you can connect on the port 9090 of your server with your favorite browser to see the result

Generating pdf:

docker exec -it showoff /bin/sh -c 'cd /srv/showoff && showoff pdf'

building

git clone https://github.com/wanix/dockerfile-showoff.git 
cd dockerfile-showoff

Without proxy in your network:

docker build -t wanix/showoff .

With a proxy in your network:

docker build --build-arg http_proxy="http://proxy.example.com:3128" -t wanix/showoff .

Licence

Apache Licence V2

Tag summary

Content type

Image

Digest

Size

103.9 MB

Last updated

over 8 years ago

docker pull wanix/showoff