Using the run-docker-keybox.sh script with any settings (even the default ones) gives a docker container hash but immediately aborts itself. A call to docker logs provides the following output:
There are no services configured to run, nor is there a command specified on the command line to run as an application. You need to do one or the other.
Docker version 1.11.2 build b9f10c9
Not using daemon mode (-d) allows entering the container shell, but you can't connect to the server, and the docker container kills itself after launch.
Any ideas?