Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 519 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 519 Bytes

EventBox/Broker:1.0.0

Build jar

./mvnw clean package

build docker image

docker build -t eventbox/broker:1.0.0 .

build container

docker container create --name eventbox-broker-1.0.0 --publish 8081:80 eventbox/broker:1.0.0

run container

$$\color{red}Important$$ : eventbox/admin must be started before running the broker.

docker start -a eventbox-broker-1.0.0