Skip to content

Latest commit

 

History

History

verdaccio-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Verdaccio with http-server

This image allows you to use http-server to quickly browse Verdaccio's files in a browser

Try

Try in PWD

How to use this image

Quick start

    docker run -d -p 4873:4873 -p 8080:8080 jdelemar/verdaccio-server    

Verdaccio will be available in your browser at http://localhost:4873

Type http-server or hs to browse/download files from the container at http://localhost:8080

Container info

🐧Alpine Linux 📂verdaccio - /verdaccio, ⭐️/verdaccio/storage
📏137MB
🛳4873 - Verdaccio
🛳8080 - http-server

Additional notes

When in interactive mode

  • Start Verdaccio: $VERDACCIO_APPDIR/bin/verdaccio --config /verdaccio/conf/config.yaml --listen $VERDACCIO_PROTOCOL://0.0.0.0:$VERDACCIO_PORT

Sources

GitHub source code
Docker repository
Verdaccio source code

License

View license information for this Docker project.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.