Official .NET Nuget Server in container. Based on microsoft/aspnet.
NuGet.Server: v2.11.3.0
.NET: 4.6
I've created virtual machine on Azure with pre-installed Containers. Click here to create your own VM (require Azure account)
* - To run Windows Containers you need at least Pro edition with Hyper-V feature.
THIS IS WINDOWS BASED CONTAINER IMAGE AND WILL RUN NOT RUN ON ANY OTHER SYSTEM
You can pull it from dockerhub or clone whole repository and build it on your own. Completely up to you.
The image contains Official Nuget Server downloaded via nuget.
Once container image is in your repository, you can spin it up
docker run -p 8000:8000 pizycki/nugetserver
You can replace web.config
with your own. Use -v
for mapping file with file inside container.
Sample web.config
can be found here.