Go to file
2014-08-13 13:28:11 +02:00
configs Finalize with nginx. 2014-08-13 13:28:11 +02:00
keys Finalize with nginx. 2014-08-13 13:28:11 +02:00
scripts Finalize with nginx. 2014-08-13 13:28:11 +02:00
Dockerfile Finalize with nginx. 2014-08-13 13:28:11 +02:00
Makefile Finalize with nginx. 2014-08-13 13:28:11 +02:00
README.md Fix typo. 2014-08-13 12:22:36 +02:00
TODO.md Finalize with nginx. 2014-08-13 13:28:11 +02:00

docker-debian-repository

This docker box provides an apt repository based on the tool reprepro. The repository is 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

Then try to upload your latest package :

 dput ~/src/_Glenux/foobar_0.1.3_amd64.changes

References

Tutorials