Skip to content

blakeja/dotnet-nutget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotnet NuGet Server

NuGet.Server in a windows docker container

Requirements

Docker Image

blakeja/dotnet-nuget

Manual Install

Run Deploy-Container.ps1 from the scripts directory to build the solution and deploy the container to your local docker instance with the following defaults:

  • The NuGet server address will be mapped to http://nugetserver
  • The default package directory will be mapped to c:\packages.

Configuration

The server address and package directory can be configuring by passing the following parameters to deploy-container.ps1.

  • -PackagesDir, docker will map a volume to this directory for persistent package storage, defaults to c:\packages.
  • -Hostname, used to map a hostname to the docker container, defaults to "nugetserver"

Specific NuGet.Server settings can be made in the Web.config

Licenses

Original files contained with this distribution are licensed under the MIT License.

You must agree to the terms of this license and abide by them before using, modifying, or distributing source code contained within this distribution.

Some dependencies are under other licenses.

About

NuGet.Server in a windows docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published