当前位置:网站首页>Win10 uses docker to pull the redis image and reports an error read only file system: unknown
Win10 uses docker to pull the redis image and reports an error read only file system: unknown
2022-07-02 09:01:00 【Axi-ZYTao】
Windows10 The computer ,docker Inside , Use command docker pull redis To pull redis The mirror image of , An error has occurred , It's about : File read-only problem , The specific error reporting prompt is shown in the figure :
Error response from daemon: error creating temporary lease: file resize error: truncate /var/lib/desktop-containerd/daemon/io.containerd.metadata.v1.bolt/meta.db: read-only file system: unknown
After check , yes docker Memory setting during installation :
I initially initialized the settings 20G, Use docker info Check that the available memory of the current server is 12.31G, That is to say, there is not enough memory .
Two ways to solve :
1. Increase server memory resources ;
2. modify docker Memory size at initial setting .
Go to settings and change the default size to 10G, restart docker Can solve
Pull the image again , success .
边栏推荐
- Tensorflow2 keras classification model
- Webflux responsive programming
- Count the number of various characters in the string
- OpenShift 部署应用
- Minecraft群組服開服
- Introduction to the basic concept of queue and typical application examples
- C# 调用系统声音 嘀~
- Oracle修改表空间名称以及数据文件
- Web security -- core defense mechanism
- Realization of basic function of sequence table
猜你喜欢

Web技术发展史

Redis安装部署(Windows/Linux)

小米电视不能访问电脑共享文件的解决方案

Classes and objects (instantiation of classes and classes, this, static keyword, encapsulation)

Minecraft plug-in service opening

队列的基本概念介绍以及典型应用示例

Getting started with k8s: building MySQL with Helm

KubeSphere 虚拟化 KSV 安装体验

Mysql安装时mysqld.exe报`应用程序无法正常启动(0xc000007b)`

zipkin 简单使用
随机推荐
Essay: RGB image color separation (with code)
Gocv boundary fill
Illegal use of crawlers, an Internet company was terminated, the police came to the door, and 23 people were taken away
Benefits of ufcs of D
OpenShift 容器平台社区版 OKD 4.10.0部署
First week of JS study
Driving test Baodian and its spokesperson Huang Bo appeared together to call for safe and civilized travel
ICMP Protocol
Chrome debugging
Gocv image cutting and display
C language custom type enumeration, Union (clever use of enumeration, calculation of union size)
History of Web Technology
Openshift container platform community okd 4.10.0 deployment
C#钉钉开发:取得所有员工通讯录和发送工作通知
Luogu greedy part of the backpack line segment covers the queue to receive water
Web security -- Logical ultra vires
C Baidu map, Gaode map, Google map (GPS) longitude and latitude conversion
C language implementation of mine sweeping game
IP protocol and IP address
OpenFeign 简单使用