3 Commits

Author SHA1 Message Date
Steve Shipway
d7e06867f8 Remove option to set Privileged mode, as this cannot be parameterised in the docker-compose YAML (#162) 2016-06-01 11:20:19 -07:00
steigr
8f8fee8e59 Janitor needs neither privileged mode nor network access. (#100)
* Janitor doen't need privileged mode nor networking

- remove "privileged: true" property
- add "net: none" property

The cleanup tasks runs entirely without networking on /var/run/docker.sock. The calling process can access the docker so it does not need to have privileged mode.

Signed-off-by: Mathias Kaufmann <me@stei.gr>

* Added boolean question for privileged mode.

Signed-off-by: Mathias Kaufmann <me@stei.gr>
2016-05-15 21:02:53 -07:00
sshipway
5d12e5ebdd Add updated Janitor template using official meltwater/docker-cleanup
container image rather than the temporary patched version
Some fixes to the README documentation to help clarify behaviour and fix
typos.
2016-03-29 21:21:13 +00:00