[GH-ISSUE #278] How to change resolution, activate pulse audio or enlarge ram? #188

Closed
opened 2026-02-27 22:08:25 +03:00 by kerem · 2 comments
Owner

Originally created by @funkekaiser on GitHub (May 13, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/278

I have installed OSX successfully and now want to change the vm's resolution.
All I found was #35 and it redirects to #163. What am I supposed to do?

I would like to be able to use sound, how do I activate PulseAudio? The code on the front page does not help me, other than installing another docker:

docker run \
    --device /dev/kvm \
    -e AUDIO_DRIVER=pa,server=unix:/tmp/pulseaudio.socket \
    -v "/run/user/$(id -u)/pulse/native:/tmp/pulseaudio.socket" \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    sickcodes/docker-osx

Also, how do I add some more ram? 3 GB seems a bit low for me.

Originally created by @funkekaiser on GitHub (May 13, 2021). Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/278 I have installed OSX successfully and now want to change the vm's resolution. All I found was #35 and it redirects to #163. What am I supposed to do? I would like to be able to use sound, how do I activate PulseAudio? The code on the front page does not help me, other than installing another docker: ``` docker run \ --device /dev/kvm \ -e AUDIO_DRIVER=pa,server=unix:/tmp/pulseaudio.socket \ -v "/run/user/$(id -u)/pulse/native:/tmp/pulseaudio.socket" \ -v /tmp/.X11-unix:/tmp/.X11-unix \ sickcodes/docker-osx ``` Also, how do I add some more ram? 3 GB seems a bit low for me.
kerem closed this issue 2026-02-27 22:08:25 +03:00
Author
Owner

@tejasness commented on GitHub (May 14, 2021):

See the instructions to change resolution on readme file

<!-- gh-comment-id:841069339 --> @tejasness commented on GitHub (May 14, 2021): See the instructions to change resolution on readme file
Author
Owner

@sickcodes commented on GitHub (May 16, 2021):

Use naked now, see the readme to change container types

<!-- gh-comment-id:841765617 --> @sickcodes commented on GitHub (May 16, 2021): Use naked now, see the readme to change container types
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Docker-OSX#188
No description provided.