Commit graph

8 commits

Author SHA1 Message Date
Glenn Y. Rolland 0934b25a18 Dockerfile: use LABEL instead of MAINTAINER 2020-12-30 01:18:35 +01:00
AntonTumasov e0abe3cc8b Update Dockerfile 2020-12-30 01:18:35 +01:00
Nick Andrew 28ba0e1398 Remove sudo access
Not required by the application; debugging can be done with 'nsenter'
or 'docker-enter' - see https://github.com/jpetazzo/nsenter
2014-11-17 01:29:49 +11:00
Nick Andrew 25bbb48dcf Move output dir to /repository/debian & expose it
We need the output data to be persistent and/or backed-up, and the
right way to do this is to expose it to other containers which use
the --volumes-from option.

The data volume is called /repository rather than /docker to avoid
possible conflict with /docker in other using containers.
2014-11-17 01:27:02 +11:00
Glenn Y. Rolland 99f5a16c47 Finalize with nginx. 2014-08-13 13:28:11 +02:00
Glenn Y. Rolland 43c85cdf5b Pre-load SSH keys. 2014-08-13 10:52:22 +02:00
Glenn Y. Rolland deff39cd5f Prepare various background tasks. 2014-08-13 00:34:00 +02:00
Glenn Y. Rolland f46d75fcb0 Initial import. 2014-08-12 23:04:26 +02:00