File tree Expand file tree Collapse file tree 3 files changed +496
-5
lines changed Expand file tree Collapse file tree 3 files changed +496
-5
lines changed Original file line number Diff line number Diff line change @@ -399,12 +399,12 @@ codesign -s - --entitlements entitlements.xml --force /usr/local/bin/qemu-system
399
399
```
400
400
401
401
#### "QEMUが遅いです"
402
- - ` com.apple.security.hypervisor ` entitlementでHVFバイナリが有効になっていることを確認してください。[ "QEMU crashes with ` HV_ERROR ` "] ( #qemu-crashes-with-hv_error ) を参照してください。
402
+ - ` com.apple.security.hypervisor ` entitlementでHVFバイナリが有効になっていることを確認してください。[ "` HV_ERROR ` でQEMUがクラッシュします "] ( #-hverror-でqemuがクラッシュします- ) を参照してください。
403
403
- ネイティブでないマシン(Intelマシン上でARM仮想マシン、ARMマシン上でIntel仮想マシン)のエミュレーションは設計からして遅いです。ワークアラウンドについては [ ` docs/multi-arch.md ` ] ( ./docs/multi-arch.md ) を参照してください。
404
404
405
405
#### "killed -9" エラー
406
- - QEMUバイナリが署名されていることを確認してください。 [ "QEMU crashes with ` HV_ERROR ` "] ( #qemu-crashes-with-hv_error ) を参照してください。
407
- - macOS 10.15.7または11.0またはそれ以降のmacOSを使用している場合、` com.apple.vm.hypervisor ` entitlementが** 追加されていないこと** を確認してください。このentitlementは古いmacOSのバージョンでのみ動作します。` codesign --remove-signature /usr/local/bin/qemu-system-x86_64 ` で署名をクリアできます。そして、[ 最初からやり直してください] ( #getting-started )
406
+ - QEMUバイナリが署名されていることを確認してください。 [ "` HV_ERROR ` でQEMUがクラッシュします "] ( #-hverror-でqemuがクラッシュします- ) を参照してください。
407
+ - macOS 10.15.7または11.0またはそれ以降のmacOSを使用している場合、` com.apple.vm.hypervisor ` entitlementが** 追加されていないこと** を確認してください。このentitlementは古いmacOSのバージョンでのみ動作します。` codesign --remove-signature /usr/local/bin/qemu-system-x86_64 ` で署名をクリアできます。そして、[ 最初からやり直してください] ( #始める )
408
408
409
409
#### "` vmx_write_mem: mmu_gva_to_gpa XXXXXXXXXXXXXXXX failed ` でQEMUがクラッシュします"
410
410
このエラーはRocky Linux 8.x などのようなRHEL8互換ディストリビューションのイメージをIntel Macで動かしたときに発生することが知られています。ワークアラウンドは、` $QEMU_SYSTEM_X86_64="qemu-system-x86_64 -cpu Haswell-v4 ` 環境変数をセットすることです。
Original file line number Diff line number Diff line change 1
- Translations: [ 日本語(Japanese)] ( README.ja.md )
1
+ Translations: [ 日本語(Japanese)] ( README.ja.md ) [ 简体中文(Simplified Chinese) ] ( README.zh.md )
2
2
3
3
[[ 📖** Getting started** ]] ( #getting-started )
4
4
[[ ❓** FAQs & Troubleshooting] ** ] ( #faqs--troubleshooting )
@@ -344,7 +344,7 @@ Container orchestrator examples:
344
344
- [ ` ./examples/k8s.yaml ` ] ( ./examples/k8s.yaml ) : Kubernetes (kubeadm)
345
345
- [ ` ./examples/nomad.yaml ` ] ( ./examples/nomad.yaml ) : Nomad
346
346
347
- The default Ubuntu image also contains LXD. Run` lima sudo lxc init ` to set up LXD.
347
+ The default Ubuntu image also contains LXD. Run ` lima sudo lxc init ` to set up LXD.
348
348
349
349
See also third party containerd projects based on Lima:
350
350
- [ Rancher Desktop] ( https://rancherdesktop.io/ ) : Kubernetes and container management to the desktop
You can’t perform that action at this time.
0 commit comments