Showoff dockerfile with all options for showoff
Volume given is /srv/showoff
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'
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 .
Content type
Image
Digest
Size
103.9 MB
Last updated
over 8 years ago
docker pull wanix/showoff