docker icon indicating copy to clipboard operation
docker copied to clipboard

Create a global alias

Open ecasilla opened this issue 10 years ago • 6 comments

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

ecasilla avatar Aug 28 '15 12:08 ecasilla

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

alexindigo avatar Aug 28 '15 15:08 alexindigo

+1

kmck avatar Oct 09 '15 14:10 kmck

+1

DinkDonk avatar Jun 11 '16 13:06 DinkDonk

+1

alinex avatar Jun 11 '16 18:06 alinex

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 ...]

DinkDonk avatar Jun 11 '16 22:06 DinkDonk

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

mathiasrw avatar Aug 25 '16 11:08 mathiasrw