0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -05:00

Update README

Update docker run command, namespace docker image was wrong
This commit is contained in:
jotadeveloper 2017-06-15 00:56:30 +02:00 committed by GitHub
parent 6f67870f70
commit f21c3f0b26

View file

@ -110,7 +110,7 @@ docker run -it --rm --name verdaccio -p 4873:4873 \
-v /<path to verdaccio directory>/conf:/verdaccio/conf \
-v /<path to verdaccio directory>/storage:/verdaccio/storage \
-v /<path to verdaccio directory>/local_storage:/verdaccio/local_storage \
verdaccio
verdaccio/verdaccio
```
Please note that for any of the above docker commands you need to have docker installed on your machine and the docker executable should be available on your `$PATH`.