Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.
If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!
Extensions in docker
-
Hello,
i've read the documentation how to run Proget in docker. It works just fine. The only thing i cannot manage to achieve is installing extensions. In this section https://inedo.com/support/documentation/proget/installation/installation-guide/linux-docker#limitations it is stated that i have to restart the container manually.
Even if i do that the extension doesn't pop up as installed. When I checked the folder /var/proget/extensions there is only one file: Azure.upack.What could be the problem? What other information may you need from me to investigate this problem? (I didn't find anything related in the container logs)
Thanks!
Product: ProGet
Version: 5.1.2
-
Hello Attila,
If you run
docker inspect proget -f '{{json .Mounts}}'
, does it include/var/proget/extensions
as both the source and destination of one of thebind
mounts?