docker-nuget
docker-nuget copied to clipboard
A simple NuGet feed using docker
Uploading of scripts seem to be supported, but what is the SourceURL for the repo? It seems we cannot have the same URL for the ScriptSource and Source..
hello!I run this command: docker run -d \ -p 5001:80 \ -e NUGET_API_KEY=mynuget \ -v /srv/docker/nuget/database:/var/www/db \ -v /srv/docker/nuget/packages:/var/www/packagefiles \ --name nuget-server \ sunside/simple-nuget-server then : http://192.168.200.86:5001/, but i get...
Currently, the version on https://hub.docker.com/r/sunside/simple-nuget-server/ does not contain the fix for the filesize (patch-filesize.sh).
I have a docker-compose.yml that looks like ``` version: '3.4' services: nuget-server: image: sunside/simple-nuget-server environment: - NUGET_API_KEY=823281825 - BASE_URL=/nuget volumes: - nuget-database:/var/www/db - nuget-packages:/var/www/packagefiles ports: - 56000:5000 volumes: nuget-database: nuget-packages:...
Hi, I setup a docker server as the documentation describes, I can also push nuget packages into the server and see them on the filesystem /srv/www/packagesfiles but when I try...