简体   繁体   English

Mac上的最新docker 17.12.0-ce-mac46(21698),hypervisor文件系统为只读

[英]The latest docker on mac, 17.12.0-ce-mac46 (21698), hypervisor file system is read-only

With previous releases, I'm able to change the size of swap space by following below instructions. 在以前的版本中,我可以按照以下说明更改交换空间的大小。

https://forums.docker.com/t/docker-for-mac-configure-swap-space/20656/13 https://forums.docker.com/t/docker-for-mac-configure-swap-space/20656/13

But with the latest release, I'm not able to do that any more, when I ran 但是使用最新版本时,我无法再执行此操作

echo "/var/swap.file swap swap defaults 0 0" >> /etc/fstab

inside the hypervisor, I got an error instead, saying file system is read only. 在管理程序内部,我得到一个错误,说文件系统是只读的。

Any workarounds? 任何解决方法?

https://github.com/docker/for-mac/issues/2389中提到了一种解决方法,JIRA已提交以进行将来的增强

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在Mac OS上编辑/System/Library/OpenSSL/openssl.cnf文件(只读) - Cannot edit /System/Library/OpenSSL/openssl.cnf file on Mac OS (read-only) 如何在 MAC OS Catalina 上调试内核崩溃,因为 Catalina 在只读文件系统上 - How to debug kernel panic on MAC OS Catalina, as Catalina is on Read-only File system 在 Mac 上使用 Putty 尝试 mkdir /root/.local/share 时的只读文件系统 - Read-only file system when attempting mkdir /root/.local/share on Mac with Putty 无法在 Mac Catalina 上的 VSCode 中创建/保存任何新文件并不断收到只读文件系统错误 - Can't create/save any new files in VSCode on Mac Catalina and keep getting a read-only file system error 拉取 Docker 映像时出现“只读文件系统”错误 - "read-only file system" error when pulling Docker image 为什么我不能在Mac的VSC中输入只读文件? - Why can't I type into a read-only file in VSC for Mac? docker-compose pull 错误:“创建临时租约时出错:只读文件系统” - docker-compose pull Error: "error creating temporary lease: read-only file system" 升级到 Mac OS "BigSur" 后 Samba 共享为只读 - Samba share is read-only after upgrading to Mac OS "BigSur" Mac OSX上的Docker CE挂起启动时 - Docker CE on Mac OSX hanging on startup 服务'nginx'无法构建:…只读文件系统 - Service 'nginx' failed to build: … read-only file system
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM