We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
设备: mac mini m2 16+256
安装命令:
docker run --privileged -d --name="zdir" -v /opt/zdir/data:/opt/zdir/data -v /Users/anqi/zdir/public:/opt/zdir/data/public -v /Users/anqi/zdir/private:/opt/zdir/data/private -p 6080:6080 --restart=always pub.tcp.mk/helloz/zdir:4
报错:
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/host_mnt/Users/anqi/zdir/public" to rootfs at "/opt/zdir/data/public": mkdir /var/lib/docker/overlay2/72bf7848c99de93d4b117ac1f46ed97d40db1e91e103c5d18885f3d9d6f99949/merged/opt/zdir/data/public: permission denied: unknown.
求解答,还是说不支持 arm 架构的 mac?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
设备: mac mini m2 16+256
安装命令:
docker run --privileged -d --name="zdir" -v /opt/zdir/data:/opt/zdir/data -v /Users/anqi/zdir/public:/opt/zdir/data/public -v /Users/anqi/zdir/private:/opt/zdir/data/private -p 6080:6080 --restart=always pub.tcp.mk/helloz/zdir:4
报错:
求解答,还是说不支持 arm 架构的 mac?
The text was updated successfully, but these errors were encountered: