Sign inSign up

hbuckle/nugetserver

By hbuckle

Updated almost 10 years ago

NuGet server from the official ASP.NET package in a WindowsServerCore image

Image
0

982

hbuckle/nugetserver repository overview

NuGet server using the official package - https://www.nuget.org/packages/NuGet.Server/ Usage: docker run -d -p 80:80 -v C:\Packages:C:\Packages hbuckle/nugetserver desiredapikey

Use -p to map a port from the host to port 80 on the container Use -v to map a volume from the host to C:\Packages on the container - this is where packages will be saved to Pass in your desired apikey as a parameter - note that this key will be stored in plain text in the web.config within the container.

Tag summary

Content type

Image

Digest

Size

4.3 GB

Last updated

almost 10 years ago

docker pull hbuckle/nugetserver