i have two disk sda sdb
how to spread containers over two disks or more?
if you are on linux , you can create a volume group and mount it
1 Like
what is it mean?
can you show me examples please?
@lp5pr, as @lvaibhavt say, if you are in linux, you can uso LVM to generate a volume group and use it on docker daemon.
Here leave you some tutorials to create an LVM.