Is it a bad idea to recursively change the permissions for the /var/lib/docker directory? That directory is owned by root:root and the permissions are rwx–x—.

I’m hoping to be able to access my named volumes without using sudo so that I can easily back them up.

  • DJArbz
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Don’t do it, you’re going to mess up the container permissions and most likely break anything that uses a named volume.