Sign inSign up

delcypher/boogaloo-docker

By delcypher

•Updated almost 11 years ago

Image
0

298

delcypher/boogaloo-docker repository overview

⁠Boogaloo Docker Image

This repository contains the DockerFile and other associated files for building Boogaloo⁠ inside a container.

⁠Building

$ docker build -t "boogaloo" .

Alternatively you can obtain the pre-built image from the Docker Hub⁠ by running

$ docker pull delcypher/boogaloo-docker

⁠Running

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.

Tag summary

Content type

Image

Digest

sha256:644639021…

Size

239 MB

Last updated

almost 11 years ago

docker pull delcypher/boogaloo-docker