DOCKER(1) Docker User Manuals DOCKER(1) (NAME) docker-volume-create - (Volume) (SYNOPSIS) docker volume create [OPTIONS] [VOLUME] (DESCRIPTION) (volume) . Docker . : $ docker volume create hello hello $ docker run -d -v hello:/world busybox ls /world (mount) /src . Docker . . . (Driver specific options) . -o --opt : $ docker volume create --driver fake --opt tardis=blue --opt timey=wimey . ( ). local Windows . local Linux mount : $ docker volume create --driver local --opt type=tmpfs --opt device=tmpfs --opt o=size=100m,uid=1000 : $ docker volume create --driver local --opt type=btrfs --opt device=/dev/sda2 (OPTIONS) --availability="active" (Cluster Volume) ("active" "pause" "drain") -d, --driver="local" --group="" (cluster volumes) --label= --limit-bytes=0 (Cluster Volume) -o, --opt=map[] --required-bytes=0 (Cluster Volume) --scope="single" ("single" "multi") --secret=map[] (Cluster Volume secrets) --sharing="none" ("none" "readonly" "onewriter" "all") --topology-preferred= --topology-required= --type="block" ("mount" "block") (SEE ALSO) docker-volume(1) Docker Community Aug 2026 DOCKER(1)