mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-07-11 19:02:17 +02:00
Compare commits
1 Commits
2d675838db
...
07d14c3fa3
Author | SHA1 | Date | |
---|---|---|---|
|
07d14c3fa3 |
@ -235,7 +235,7 @@ RUN grep -v InstallMedia ./Launch.sh > ./Launch-nopicker.sh \
|
||||
|
||||
USER arch
|
||||
|
||||
ENV USER=arch
|
||||
ENV USER arch
|
||||
|
||||
# These are hardcoded serials for non-iMessage related research
|
||||
# Overwritten by using GENERATE_UNIQUE=true
|
||||
|
30
README.md
30
README.md
@ -54,9 +54,7 @@ First time here? try [initial setup](#initial-setup), otherwise try the instruct
|
||||
## Any questions, ideas, or just want to hang out?
|
||||
# [https://discord.gg/sickchat](https://discord.gg/sickchat)
|
||||
|
||||
Release names and their version:
|
||||
|
||||
### Catalina (10.15) [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
### Catalina [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
|
||||
```bash
|
||||
docker run -it \
|
||||
@ -68,7 +66,7 @@ docker run -it \
|
||||
|
||||
# docker build -t docker-osx .
|
||||
```
|
||||
### Big Sur (11) [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
### Big Sur [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
|
||||
```bash
|
||||
docker run -it \
|
||||
@ -81,7 +79,7 @@ docker run -it \
|
||||
# docker build -t docker-osx --build-arg SHORTNAME=big-sur .
|
||||
```
|
||||
|
||||
### Monterey (12) [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
### Monterey [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
|
||||
```bash
|
||||
|
||||
@ -97,7 +95,7 @@ docker run -it \
|
||||
# docker build -t docker-osx --build-arg SHORTNAME=monterey .
|
||||
```
|
||||
|
||||
### Ventura (13) [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
### Ventura [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
|
||||
```bash
|
||||
|
||||
@ -113,7 +111,7 @@ docker run -it \
|
||||
# docker build -t docker-osx --build-arg SHORTNAME=ventura .
|
||||
```
|
||||
|
||||
### Sonoma (14) [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
### Sonoma [](https://hub.docker.com/r/sickcodes/docker-osx/tags?page=1&ordering=last_updated)
|
||||
|
||||
```bash
|
||||
|
||||
@ -147,7 +145,7 @@ docker run -it \
|
||||
sickcodes/docker-osx:auto
|
||||
|
||||
# username is user
|
||||
# password is alpine
|
||||
# passsword is alpine
|
||||
```
|
||||
|
||||
### Older Systems
|
||||
@ -401,13 +399,13 @@ Pick one of these while **building**, irrelevant when using docker pull:
|
||||
|
||||
There are currently multiple images, each with different use cases (explained [below](#container-images)):
|
||||
|
||||
- High Sierra (10.13)
|
||||
- Mojave (10.14)
|
||||
- Catalina (10.15)
|
||||
- Big Sur (11)
|
||||
- Monterey (12)
|
||||
- Ventura (13)
|
||||
- Sonoma (14)
|
||||
- High Sierra
|
||||
- Mojave
|
||||
- Catalina
|
||||
- Big Sur
|
||||
- Monterey
|
||||
- Ventura
|
||||
- Sonoma
|
||||
- Auto (pre-made Catalina)
|
||||
- Naked (use your own .img)
|
||||
- Naked-Auto (user your own .img and SSH in)
|
||||
@ -1818,7 +1816,7 @@ docker run -it \
|
||||
sickcodes/docker-osx:auto
|
||||
|
||||
# username is user
|
||||
# password is alpine
|
||||
# passsword is alpine
|
||||
# Wait 2-3 minutes until you drop into the shell.
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user