gpt4 book ai didi

go - docker 错误 : Volume specifies nonexistent driver inmemory

转载 作者:数据小太阳 更新时间:2023-10-29 03:05:52 28 4
gpt4 key购买 nike

根据文档,docker volumes 有一个“inmemory”驱动程序: https://docs.docker.com/registry/storage-drivers/inmemory/

For purely tests purposes, you can use the inmemory storage driver. This driver is an implementation of the storagedriver.StorageDriver interface which uses local memory for object storage.

但是当尝试像这样使用它时:

volumes:
ui-tmp-memory:
driver: inmemory

它给了我这个输出:

Creating volume "myapp_ui-tmp-memory" with inmemory driver
ERROR: Volume ui-tmp-memory specifies nonexistent driver inmemory

我是不是遗漏了什么或者我是否需要以某种方式安装“inmemory”驱动程序?

最佳答案

您提供的链接指向 storage drivers for Docker Registry .您似乎想在需要 Docker Engine Volume Plugin 的容器中安装一个卷.这是两种不同类型的插件,适用于两种不同的应用程序,不可互换。

您可以通过创建 RAM 磁盘并使用 Docker 引擎中的 Local Persist 插件轻松完成您想要的任务。

关于go - docker 错误 : Volume specifies nonexistent driver inmemory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38950856/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com