Zum Inhalt springen

Diskussion:Nextcloud AIO Installation

Aus Foxwiki
Tasks
  • Note all commands you used (history)
  • Add a short desciption
Questions
  1. Where are the images located?
    /var/lib/docker/image/overlay2/
  2. How can I read/change files there?
    Is it really good idea to change docker image layer files
  3. Where are the NC user data located?
    /var/lib/docker/volumes/nextcloud_aio_nextcloud_data/_data
  4. How can I back it up?
    In process
  5. Why are there so many network interfaces? (ip a)
    Nextcloud AIO is a set of containers. A veth interface is created for each container to connect to the host.