Sign inSign up

arthurtsang/breakerbox

By arthurtsang

Updated almost 11 years ago

docker image for breakerbox

Image
0

415

arthurtsang/breakerbox repository overview

Docker image for Breakerbox

I've added env to the breakerbox.urls. [github] (https://github.com/arthurtsang/breakerbox)

so you can set the config.properties like this

#!/bin/bash

docker kill breakerbox >/dev/null 2>&1
docker rm breakerbox >/dev/null 2>&1
docker run -d --name=breakerbox \
        -p 8080:8080 \
        -p 8081:8081 \
        -e BREAKERBOX_URLS=file:config/config.properties,http://localhost:8080/archaius/breakerbox \
        -v /home/arthur/breakerbox-config:/home/breakerbox/config \
        arthurtsang/breakerbox

Tag summary

Content type

Image

Digest

sha256:8d67cf05c

Size

163 MB

Last updated

almost 11 years ago

docker pull arthurtsang/breakerbox