Skip to content

itn3000/jnuget-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jnuget-docker

Dockerfile for jnuget (Pure Java NuGet hosting server)

Prerequisites

you must install docker in your system. if you do not have linux,use boot2docker

Usage

run following command

docker build -t [imagename] .
docker run -v [package storage directory]:/var/lib/jnuget -p [port for hosting]:8080 [imagename]

then, open http://localhost:[port for hosting]/jnuget and you will get the start page of jnuget.

initial login ID is "admin:adminadmin"

your setting and pushed packages are stored in [package storage directory].

Caution

The Dockerfile does not set configuration for security(e.g. TLS,Authentication), so you must use it at your own risk

if you do not set [package storage directory], changes(user setting,pushed packages) are lost when container process is killed.

Releases

No releases published

Packages

No packages published