Well, this works more or less depending on the versions
For latest versions: (docker-engine 1.5.0-0 ~ trusty and +)
docker build https://github.com/rzr/iotjs.git#master docker build https://github.com/rzr/iotjs.git docker build github.com/rzr/iotjs.git
For older: (docker.io 1.4-5ubuntu1 and -)
docker build https://github.com/rzr/iotjs.git docker build git://github.com/rzr/iotjs.git docker build github.com/rzr/iotjs.git
Perhaps this can be handled in a script helper, for example:
curl -sL https://rawgit.com/rzr/iotjs/master/run.sh | bash -x -
Rzr
source share