jbt / docker

Documentation generator
http://jbt.github.com/docker
MIT License
234 stars 56 forks source link

Create a global alias #88

Open ecasilla opened 8 years ago

ecasilla commented 8 years ago

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

alexindigo commented 8 years ago

And each time I see it in my devDependencies it trips me. :) I'd suggest to rename project itself.

kmck commented 8 years ago

+1

DinkDonk commented 8 years ago

+1

alinex commented 8 years ago

+1

DinkDonk commented 8 years ago

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 ...]
mathiasrw commented 7 years ago

Would be awesome if this did not have the same name as docker (the containers)