▲ | lucideer 2 days ago | |||||||
I use docker for the same reasons as the author's reservations - I combine a docker exec with some of my own loose automation around moving & chmod-ing files & directories to obviate the need for the acme client to have unfettered root access to my system. Whether it's a local binary or a dockerised one, that access still needs to be marshalled either way & it can get complex facilitating that with a docker container. I haven't found it too bad but I'd really rather not need docker for on-demand automations. I give plenty* of services root access to my system, most of which I haven't written myself & I certainly haven't audited their code line-by-line, but I agree with the author that you do get a sense from experience of the overall hygiene of a project & an ACME client has yet to give me good vibes. * within reason | ||||||||
▲ | paul_h a day ago | parent [-] | |||||||
Copilot suggests:
I don't know why it's suggesting `neilpang` though, as he no longer has a fork. | ||||||||
|