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 .
🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/835
Author: @ImSound1
Created: 11/9/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
2308fabUpdate README.md770c1c9fix command📊 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
and after use
hope that helps!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.