Replies: 1 comment 3 replies
-
You need your own container https://verdaccio.org/docs/en/docker#plugins |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
attempting to start docker container using docker compose per docs:
docker-compose up --build
The following is output:
furthermore, attempting to try the reported action:
try npm install verdaccio-packages
does not work regardless of the registry specified (no registry specified (an no .npmrc at all) => https://registry.npmjs.org/ or--registry=https://registry.verdaccio.org
)To Reproduce
docker-compose up --build
with the following specified in docker-compose.yml
Expected behavior
verdaccio starts with some pertinent output and is ready to handle requests of npm registry nature
Configuration File (cat ~/.config/verdaccio/config.yaml)
Beta Was this translation helpful? Give feedback.
All reactions