Custom docker without persistent console / persistent /usr/local/bin

I read the documentation how to use a custom docker version. At the moment I would do some tests with (user-)docker 1.10. I don’t use debian / ubuntu console yet, but need to enable to use custom docker.

Would be great custom docker wouldn’t come with that dependency. Maybe /usr/local/bin could be persistent and also useable as a volume? Is it possible?

Found a solution and tested the new docker 1.10 features as docker container :slightly_smiling:

docker run --name daemon --privileged --net=host -d rancher/docker:1.10.0-rc1

docker 1.10 @ user-docker @ system-docker :grin: