Difference between revisions of "Docker-volume"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "``` docker volume create --driver local \ --opt type=btrfs \ --opt device=/dev/sda2 \ foo ```")
(No difference)

Revision as of 17:08, 27 January 2021

docker volume create --driver local \
    --opt type=btrfs \
    --opt device=/dev/sda2 \
    foo