Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
dnephin committed Jul 30, 2015
1 parent 4acbc30 commit 61ac6a4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Empty file removed README
Empty file.
21 changes: 21 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@

Alpine Linux Package Mirror - Docker Image
==========================================

A Dockerfile which builds an alpine linux package mirror server. It may also
be used to host a private package repo for packages that aren't part of the core
distribution.


Based on http://wiki.alpinelinux.org/wiki/How_to_setup_a_Alpine_Linux_mirror
To configure alpine to use your new package mirror see
http://wiki.alpinelinux.org/wiki/Include:Using_Internet_Repositories_for_apk-tools


To build the image:

make build


To run a private package registry add your packages to
``/var/www/localhost/htdocs/alpine/``.

0 comments on commit 61ac6a4

Please sign in to comment.