From 68fa99f223542d479fc3fd2ae715f398ffbf1a3f Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 13 Aug 2014 13:53:36 +0200 Subject: [PATCH] Fix command line for keys directory. --- DOC.md | 12 ++++++++++++ README.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 DOC.md diff --git a/DOC.md b/DOC.md new file mode 100644 index 0000000..d778911 --- /dev/null +++ b/DOC.md @@ -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 diff --git a/README.md b/README.md index 46be04c..92c5517 100644 --- a/README.md +++ b/README.md @@ -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