References:
- Running Verdaccio Using Docker
- Verdaccio - Docker Image
- Having a Docker Container as Your Private NPM Registry
- Quick and Easy Local NPM Registry With Verdaccio and Docker
NPM_CONFIG_REGISTRY=http://localhost:4873 npm install
npm set registry http://localhost:4873/
npm set registry https://registry.npmjs.org/