Skip to content

deployable/docker-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

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 25, 2018 02:23
March 2, 2018 04:35

Verdaccio npm registry

Dockerfile for setting up and running a Verdaccio npm registry instance.

Verdaccio is the successor to Sinopia.

Usage

To create a local copy of the image from the Dockerfile

./make.sh build

To run the built image

./make.sh run

This will run something like the following, based on the variables in make.sh

  docker run \
    --detach \
    --volume verdaccio-storage:/verdaccio/storage:rw \
    --publish 4873:4873 \
    --name verdaccio \
    --restart always  \
    deployable/verdaccio:2.7.3

About

Verdaccio in Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages