docker image for breakerbox
415
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
Content type
Image
Digest
sha256:8d67cf05c…
Size
163 MB
Last updated
almost 11 years ago
docker pull arthurtsang/breakerbox