Hello,
What I would like to do is offer my users fully writable Docker containers via Wings. They should also be persistent in case of a server restart.
Right now, the closest thing I have found is this repo: https://github.com/MasonDye/PureUbuntu. The author sets writable to true (they also make containers privileged, but I don’t need that) and recompiles Wings.
Does anyone know if this will really make the containers writable? What other issues could arise from this regarding Wings functionality? How can I make the containers persistent?