Sarafian / MiniNugetServer

A windows container proof of concept for a sample .NET web application powered by Nuget Server.
2 stars 2 forks source link

Run the container with dynamic apikey value #1

Closed Sarafian closed 7 years ago

Sarafian commented 7 years ago

Assuming there is container named asarafian/mininugerserver, I want to be able to specify the drive apiKey in the web.config when running the container through docker run -d -p 8080:8080 --name mininugetserver asarafian/mininugetserver

To consider: