Hello
I’m trying to dockerize a software which manages a multitude of services (and not always the same).
Does it have any drawbacks if i specify /etc as a volume?
I know that e.g. resolv.conf is not deletable normally, but could be deleted then. Are there more things to look for?
Of course I’d copy all existing files to the new directory.
I’m using debian:stable and “–net host”. The container is not privileged.