Want to try Rocket, try it on Docker
Read this https://coreos.com/blog/rocket/
And go to https://github.com/coreos/rocket
On your machine
$ docker build -t="rlespinasse/dockerfile-rocket" https://github.com/rlespinasse/dockerfile-rocket
$ docker run -i -t "rlespinasse/dockerfile-rocket" /bin/bash
From docker hub
$ docker pull rlespinasse/dockerfile-rocket
$ docker run -i -t "rlespinasse/dockerfile-rocket" /bin/bash
And on the container
> rkt help