[PR #221] [MERGED] IMAGE_FORMAT=qcow2, KVM= #732

Closed
opened 2025-12-29 01:24:55 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/221
Author: @sickcodes
Created: 3/24/2021
Status: Merged
Merged: 3/24/2021
Merged by: @sickcodes

Base: masterHead: kvmless


📝 Commits (2)

  • 9e7342f Add all ENV variables to each dockerfile for readability. Add RAM allocation buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too.
  • 27cd824 Substitution if not null only

📊 Changes

5 files changed (+141 additions, -38 deletions)

View changed files

📝 CHANGELOG.md (+2 -0)
📝 Dockerfile (+24 -18)
📝 Dockerfile.auto (+34 -5)
📝 Dockerfile.naked (+29 -1)
📝 README.md (+52 -14)

📄 Description

…ocation buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too.

Add all ENV variables to each dockerfile for readability.

#default
-e IMAGE_FORMAT=qcow2
# allows raw APFS images to be used:
-e IMAGE_FORMAT=raw
#default
-e KVM='accel=kvm:tcg'
# should run without KVM
-e KVM=

Add note about dropping dedotated wam:

sudo tee /proc/sys/vm/drop_caches <<< 3

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sickcodes/Docker-OSX/pull/221 **Author:** [@sickcodes](https://github.com/sickcodes) **Created:** 3/24/2021 **Status:** ✅ Merged **Merged:** 3/24/2021 **Merged by:** [@sickcodes](https://github.com/sickcodes) **Base:** `master` ← **Head:** `kvmless` --- ### 📝 Commits (2) - [`9e7342f`](https://github.com/sickcodes/Docker-OSX/commit/9e7342f9662e7a958df90d0cbab53b15067dc2ff) Add all ENV variables to each dockerfile for readability. Add RAM allocation buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too. - [`27cd824`](https://github.com/sickcodes/Docker-OSX/commit/27cd8247eeb2c293a3a61005e05e7540ebf95caa) Substitution if not null only ### 📊 Changes **5 files changed** (+141 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+2 -0) 📝 `Dockerfile` (+24 -18) 📝 `Dockerfile.auto` (+34 -5) 📝 `Dockerfile.naked` (+29 -1) 📝 `README.md` (+52 -14) </details> ### 📄 Description …ocation buffer and cache drop bug fix. Add kvm and libvirt groups. Add IMAGE_FORMAT=qcow2 to allow IMAGE_FORMAT=raw too. Add all ENV variables to each dockerfile for readability. ``` #default -e IMAGE_FORMAT=qcow2 ``` ``` # allows raw APFS images to be used: -e IMAGE_FORMAT=raw ``` ``` #default -e KVM='accel=kvm:tcg' ``` ``` # should run without KVM -e KVM= ``` Add note about dropping dedotated wam: ```bash sudo tee /proc/sys/vm/drop_caches <<< 3 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 01:24:55 +01:00
adam closed this issue 2025-12-29 01:24:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX#732