meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
linux:docker [2019/03/28 13:49] niziaklinux:docker [2019/04/03 14:09] – [Volumes] niziak
Line 89: Line 89:
   * bind-mounted host (original image data are **not copied**)   * bind-mounted host (original image data are **not copied**)
   * volume plugins   * volume plugins
 +
 +Move volume between discs:
 +<code bash>rsync -aqxP jenkins1_jenkins_homeSNAP/ /mnt/NVMe/@jenkins1_jenkins_home</code>
  
 ===== BTRFS Volume plugin for Docker ===== ===== BTRFS Volume plugin for Docker =====