A vanilla installation of the npmjs registry code built upon docker-couchdb and baseimage-docker.
This container is available for pulling from the Docker registry!
In addition to what docker-couchdb provides:
- An installation of the open source npmjs registry code, ready for use as a private npmjs registry or a public mirror.
You can save the databases outside the container by mapping it to a directory on your host:
docker run -v /path/on/host/couchdb:/opt/couchdb/var/lib/couchdb/:rw terinjokes/npmjs
For more information, see the Docker documentation on mounting a host directory.
- Itching to use CouchDB in your next project? Check out docker-couchdb.
- Want a mirror of the public npmjs registry? enjoy skim.
- Private registry with delegation to a public registry more your taste? docker-npmjs-delegate.