This repository contains the DockerFile and other associated
files for building Boogaloo
inside a container.
$ docker build -t "boogaloo" .
Alternatively you can obtain the pre-built image from the Docker Hub by running
$ docker pull delcypher/boogaloo-docker
This will create a new temporary container (--rm) using the
image and give you shell access to it.
$ docker run -ti --rm boogaloo /bin/bash
The boogaloo tool is available in PATH in the container.
Content type
Image
Digest
sha256:644639021…
Size
239 MB
Last updated
almost 11 years ago
docker pull delcypher/boogaloo-docker