From 1fe1fc004136b0128b5f723f58a248042ea6e2ae Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 13 Aug 2014 12:03:22 +0200 Subject: [PATCH] Add uploading section. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index d1ae1c5..a149684 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,24 @@ The repository is be served by an nginx server. Status : work in progress / not ready for production yet. +Uploading packages +------------------ + +Fill your ``~/.dput.cf`` with the following content : + + [DEFAULT] + default_host_main = docker + + [docker] + fqdn = localhost + method = scp + login = user + incoming = /docker/incoming + ssh_config_options = + Port 9022 + StrictHostKeyChecking no + + References ----------