Zum Inhalt springen

Diskussion:Nextcloud/Installation/AIO: Unterschied zwischen den Versionen

Aus Foxwiki
Die Seite wurde neu angelegt: „* Note all commands you used (history) * Add a short desciption ; Questions # Where are the images located? : /var/lib/docker # How can I read/change files there? # Where is the NC user data located? # How can I back it up? # Why are there so many network interfaces? (ip a)“
 
 
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
; Tasks
* Note all commands you used (history)
* Note all commands you used (history)
* Add a short desciption
* Add a short desciption
Zeile 4: Zeile 5:
; Questions
; Questions
# Where are the images located?
# Where are the images located?
: /var/lib/docker
#: /var/lib/docker/image/overlay2/
# How can I read/change files there?
# How can I read/change files there?
# Where is the NC user data located?
#: Is it really good idea to change docker image layer files
# Where are the NC user data located?
#:/var/lib/docker/volumes/nextcloud_aio_nextcloud_data/_data
# How can I back it up?
# How can I back it up?
#: In process
# Why are there so many network interfaces? (ip a)
# 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.

Aktuelle Version vom 2. November 2025, 22:00 Uhr

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.