[PR #835] [CLOSED] Added sequoia command #804

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

📋 Pull Request Information

Original PR: https://github.com/sickcodes/Docker-OSX/pull/835
Author: @ImSound1
Created: 11/9/2024
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

1 file changed (+15 additions, -0 deletions)

View changed files

📝 README.md (+15 -0)

📄 Description

so, i added the command to install sequoia, its running fine to me so why dont open a pull request? so there is just a problem and its not mine, for some reasons sickcodes/docker-osx:latest is not working, if this happens you can just compile it yourself

git clone https://github.com/sickcodes/Docker-OSX.git
cd Docker-OSX
docker build -t docker-osx .

and after use

docker run -it \
    --device /dev/kvm \
    -p 50922:10022 \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e "DISPLAY=${DISPLAY:-:0.0}" \
    -e GENERATE_UNIQUE=true \
    -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \
    -e SHORTNAME=sequoia \
    docker-osx

hope that helps!


🔄 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/835 **Author:** [@ImSound1](https://github.com/ImSound1) **Created:** 11/9/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`2308fab`](https://github.com/sickcodes/Docker-OSX/commit/2308fabaf83fea230374ef76e64c07d217724145) Update README.md - [`770c1c9`](https://github.com/sickcodes/Docker-OSX/commit/770c1c9d15348ca9024ca5e071d1f491405c28ac) fix command ### 📊 Changes **1 file changed** (+15 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -0) </details> ### 📄 Description so, i added the command to install sequoia, its running fine to me so why dont open a pull request? so there is just a problem and its not mine, for some reasons sickcodes/docker-osx:latest is not working, if this happens you can just compile it yourself ```bash git clone https://github.com/sickcodes/Docker-OSX.git cd Docker-OSX docker build -t docker-osx . ``` and after use ```bash docker run -it \ --device /dev/kvm \ -p 50922:10022 \ -v /tmp/.X11-unix:/tmp/.X11-unix \ -e "DISPLAY=${DISPLAY:-:0.0}" \ -e GENERATE_UNIQUE=true \ -e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \ -e SHORTNAME=sequoia \ docker-osx ``` hope that helps! --- <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:25:19 +01:00
adam closed this issue 2025-12-29 01:25:19 +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#804