Fork me on GitHub
#onyx
<
2016-03-12
>
Drew Verlee20:03:09

im trying to use onyx-template (https://github.com/onyx-platform/onyx-template) but im hitting a snag on getting docker to work. When I run: docker-compose up I get

➜  example git:(master) ✗ docker-compose up              
example_zookeeper_1 is up-to-date
Starting example_db_1
ERROR: failed to create endpoint example_db_1 on network bridge: Error starting userland proxy: listen tcp 0.0.0.0:3306: bind: address already in use
and on port 3306
➜  example git:(master) ✗ sudo netstat -tulpn | grep 3306
tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      7202/mysqld     
if anyone knows what this is off the top of their head then great. otherwise ill dig into it. probably a good exercise as their are a couple parts here im my not familaure with.

lucasbradstreet21:03:26

You don’t happen to have mysql running locally?

Drew Verlee22:03:14

It seems probable, I wasn't sure if was running as a result of the dock er up command or something else.