It's a mesos framework for running docker containers w/ advanced flow
10K+
It's important to run it on host network because it must establish direct TCP connection to mesos master. Therefor you need to specify correct IP of the host:
docker run -d --net=host -p 8080:8080 -e "LIBPROCESS_IP=10.60.11.80" -e "mesos.url=10.60.11.80" -e "yowie.framework.externalUrl=http://10.60.11.80:8080" vendavo/yowie:0.1.4
Content type
Image
Digest
sha256:c1464215e…
Size
1016.5 MB
Last updated
about 11 years ago
docker pull vendavo/yowie