ADD 选择存储驱动程序

This commit is contained in:
titor-z 2024-12-20 12:26:21 +08:00
parent f597aa9c4a
commit cf95804a01
2 changed files with 9 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export default defineConfig({
collapsed: true, collapsed: true,
link: '/docs/storage/drivers/', link: '/docs/storage/drivers/',
items: [ items: [
{ text: "选择一个存储驱动", link: '/docs/storage/drivers/0' }, { text: "选择存储驱动程序", link: '/docs/storage/drivers/select-storage-driver' },
{ text: "BTRFS storage driver", link: '/docs/storage/drivers/1' }, { text: "BTRFS storage driver", link: '/docs/storage/drivers/1' },
] ]
}, },

View File

@ -0,0 +1,8 @@
---
outline: [2, 5]
---
# 选择存储驱动程序
理想情况下,写入容器的可写层的数据非常少,您可以使用 Docker 卷写入数据。但是,某些工作负载要求您能够写入容器的可写层。这就是存储驱动程序的用武之地。
Docker 使用可插拔架构支持多个存储驱动程序。这 存储驱动程序控制映像和容器在 Docker 主机。阅读完 [Storage Driver Overview](https://docs.docker.com/engine/storage/drivers/),下一步是为您的工作负载选择最佳存储驱动程序。在最常见的场景中,使用整体性能和稳定性最佳的存储驱动程序。