docker
docker copied to clipboard
Create a global alias
Your docker npm module clashes with the docker cli from docker.io is there anyway i can remap your name to something like docker-docs
And each time I see it in my devDependencies it trips me. :)
I'd suggest to rename project itself.
+1
+1
+1
For a quick fix you can install docker via my clone:
npm install -g https://github.com/DinkDonk/docker.git
The only change I have made is to rename the binary from docker to docker.js. It is not a good name for a binary, but it works for me ;-)
It is used as normal, except the binary name:
$ docker.js [options] [files ...]
Would be awesome if this did not have the same name as docker (the containers)