Skip to content

pizycki/NugetServerContainer

Repository files navigation

Nuget Server in Windows Container

Official .NET Nuget Server in container. Based on microsoft/aspnet.

Links

DockerHub GitHub

Version

NuGet.Server: v2.11.3.0 .NET: 4.6

How to run

Setup your Windows Server 2016 or Windows 10* machine

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

Get your container image

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.

Run your container

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.

About

Nuget Server in Windows Container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published