Docker, montera fysisk disk: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 May 2026

10 March 2023

  • curprev 15:0915:09, 10 March 2023 Linuxwiki>Wikiadmin 898 bytes +434 Montera en fysisk disk i en container
  • curprev 15:0715:07, 10 March 2023 Linuxwiki>Wikiadmin 464 bytes +464 Skapade sidan med '=== Montera en fysisk disk i en container === Källa: https://serverfault.com/questions/1053820/can-docker-volumes-be-mounted-from-a-device-instead-of-bind-mounting-a-directory # Create "my-volume" '''docker volume create --driver=local --opt type=ext4 --opt device=/dev/disk/by-uuid/d28c6d3a-461e-4d7d-8737-40e56e8f384a my-volume''' # Run a container with it mounted to a path. '''docker run -v my-volume:/my-volume --rm -it alpine sh''' Kategori:Docker'