Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在docker中玩 ScyllaDB。为了让 ScyllaDB 在 docker 生产设置中运行最有效,它需要一个 XFS 格式的磁盘。
你知道如何在 Linux 和 MacOs 中创建 XFS 容器卷、磁盘文件吗?
谢谢
最好的方法是创建一个分区或 LVM 卷,然后使用 xfs 正常格式化它,使用mkfs.xfs.
mkfs.xfs
完成后,您可以使用-vdocker 中的标志将其传递给您的容器。
-v