Hacker News new | ask | show | jobs
by diegof79 2053 days ago
I don’t know the specifics about Docker, but at least for NPM the article got some of the things wrong:

> ..npm, and other comparable registries are incentivized to create lock-in

The author’s conclusion doesn’t match the actions of NPM. There are open source implementations of both client and server, you can run your own NPM registry, and you can change the default registry easily.

> What makes npm’s particular scenario even worse is that they've made it so difficult to use a registry that is not npm

Uh?! I’m using Verdaccio (an open source Npm registry) everyday, the setup is extremely easy. Also yarn uses their own registry by default.

I don’t see where is the “lock in” in NPM.

Edit: typo