Fork me on GitHub
#onyx
<
2016-06-26
>
Drew Verlee22:06:50

@gardnervickers: looks like docker-beta on mac messes with the onyx-twitter example. Here is the error i’m seeing

➜  onyx-twitter-sample git:(e499491) ✗ docker-compose up
Creating onyxtwittersample_zookeeper_1
Creating onyxtwittersample_mysql_1

ERROR: for mysql  driver failed programming external connectivity on endpoint onyxtwittersample_mysql_1 (7c51099e35dfff772847e5dd300e33deacd4cc52c060471e85b7c9a620e999ee): Error starting userland proxy: Failed to bind tcp 0.0.0.0:3306 address already in use
ERROR: Encountered errors while bringing up the project.
➜  onyx-twitter-sample git:(e499491) ✗ docker --version
Docker version 1.12.0-rc2, build 906eacd, experimental
onyx-twitter-sample commit: e499491 Docker version 1.12.0-rc2, build 906eacd, experimental I believe its related to this ... https://github.com/docker/compose/issues/3277 I'm not sure there is a fix on your end. So i didn’t file it as an issue, but it might help you to be aware. Here is a possible lead on it...