Skip to content
Matt Konda edited this page Jan 1, 2016 · 8 revisions

Docker Machine Setup

docker-machine create -d virtualbox --virtualbox-boot2docker-url=https://github.com/AkihiroSuda/boot2docker/releases/download/v1.9.1-fix1/boot2docker-v1.9.1-fix1.iso --virtualbox-disk-space 20000 patched
eval $(docker-machine env patched)

Docker Shell in Pipeline Image

docker run -i -t --entrypoint=/bin/bash owasp/pipeline:0.8
Clone this wiki locally