2024-01-15, 03:21 PM
(This post was last modified: 2024-01-15, 03:23 PM by tmsrxzar. Edited 1 time in total.)
you do not mount whole disks in linux, /dev/sda, /dev/sdb is incorrect, you always mount the partitions /dev/sda1, /dev/sda2 etc.
uid=,gid= will be needed in mounts, the uid and gid of the docker container will be used here
those mounts will need to be passed to docker
uid=,gid= will be needed in mounts, the uid and gid of the docker container will be used here
those mounts will need to be passed to docker