Kdaemon should allow for multiple docker hosts to be specified in app.conf
Kdaemon should use variables that are familiar to the user (ex: the -e's from launching mysql)
Mysql stuff will change to RethinkDB stuff-- @faddat will post the needed info for connecting here, and try to match it to the env vars requested by the rethinkdb container.
usage: [default] BIND_IP = 212.47.233.176 API_PORT = 1337 UI_PORT = 13337 DOCKER_HOSTS=X.X.X.X:3275,X.X.X.X:2376,X.X.X.X:2300.....etc
rethinkdb seems not to require any gymnastics at all.