Fix command line for keys directory.

This commit is contained in:
Glenn Y. Rolland 2014-08-13 13:53:36 +02:00
parent e2710e7ad0
commit 68fa99f223
2 changed files with 13 additions and 1 deletions

12
DOC.md Normal file
View file

@ -0,0 +1,12 @@
References
----------
### Tutorials
* https://www.isalo.org/wiki.debian-fr/Reprepro
* http://www.howtoforge.com/setting-up-an-apt-repository-with-reprepro-and-nginx-on-debian-wheezy
* http://doc.ubuntu-fr.org/tutoriel/comment_creer_depot
* http://mirrorer.alioth.debian.org/
* https://wiki.debian.org/SettingUpSignedAptRepositoryWithReprepro
* https://www.isalo.org/wiki.debian-fr/Reprepro

View file

@ -18,7 +18,7 @@ Get the box from docker's automated builds
Run with 22 and 80 ports opened. Share a directory containing you public SSH keys.
docker run -d -p 49160:22 -p 49161:80 glenux/debian-repository
docker run -d -v $(pwd)/keys:/docker/keys -p 49160:22 -p 49161:80 glenux/debian-repository
### Uploading packages