Skip to content
This repository was archived by the owner on Apr 26, 2018. It is now read-only.

terinjokes/docker-npmjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

A Docker-friendly base npmjs Stories in Ready

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!


What's Inside?

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.

Saving the database outside the container

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.

Related Projects

About

Docker image for a private npmjs repository

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages