Skip to content

coldrye-docker/coldrye-debian-verdaccio

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

coldrye-debian-verdaccio

coldrye/debian-verdaccio

Description

This packages the most rececent verdaccio from npm based on coldrye/debian-nodejs:4-x-*-latest.

Image Releases

Images are released for the following debian releases.

  • jessie
  • testing (stretch)

See https://hub.docker.com/r/coldrye/debian-verdaccio/tags/ for a complete list.

Usage

While you can use this as it is and have a working verdaccio installation, one might consider that existing data needs to be stored on a persistent volume.

The persistent volume must be mounted inside the container on /var/storages/npm and must have the following layout

config.yaml    // one must copy the configuration file from conf/config.yaml on first installment
htpasswd       // optional, required for basic auth

After which the container can be created using

docker create -p 4873:4873/tcp -v $(pwd)/data:/var/storages/npm coldrye/debian-verdaccio:<TAG>

About

docker image providing verdaccio from coldrye-debian-nodejs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published