Loading readme.md +13 −8 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ OSX (macOS) inside a Docker container. ## Usage 🐳 Via Docker Compose: ##### Via Docker Compose: ```yaml services: Loading @@ -46,18 +46,22 @@ services: stop_grace_period: 2m ``` Via Docker CLI: ##### Via Docker CLI: ```bash docker run -it --rm --name macos -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/macos:/storage --stop-timeout 120 dockurr/macos ``` Via Kubernetes: ##### Via Kubernetes: ```shell kubectl apply -f https://raw.githubusercontent.com/dockur/macos/refs/heads/master/kubernetes.yml ``` ##### Via Github Codespaces: [`Click here to launch this container in the cloud!`](https://github.com/codespaces/new?skip_quickstart=true&machine=basicLinux32gb&repo=809475352&ref=master&devcontainer_path=.devcontainer.json) ## Compatibility ⚙️ | **Product** | **Platform** | | Loading @@ -67,6 +71,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/macos/refs/heads/maste | Docker Desktop | macOS | ❌ | | Docker Desktop | Windows 11 | ✅ | | Docker Desktop | Windows 10 | ❌ | | Github Codespaces | Cloud | ✅ | ## FAQ 💬 Loading src/entry.sh +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ set -Eeuo pipefail cd /run . utils.sh # Load functions . reset.sh # Initialize system . install.sh # Get the OSX images . disk.sh # Initialize disks Loading Loading
readme.md +13 −8 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ OSX (macOS) inside a Docker container. ## Usage 🐳 Via Docker Compose: ##### Via Docker Compose: ```yaml services: Loading @@ -46,18 +46,22 @@ services: stop_grace_period: 2m ``` Via Docker CLI: ##### Via Docker CLI: ```bash docker run -it --rm --name macos -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/macos:/storage --stop-timeout 120 dockurr/macos ``` Via Kubernetes: ##### Via Kubernetes: ```shell kubectl apply -f https://raw.githubusercontent.com/dockur/macos/refs/heads/master/kubernetes.yml ``` ##### Via Github Codespaces: [`Click here to launch this container in the cloud!`](https://github.com/codespaces/new?skip_quickstart=true&machine=basicLinux32gb&repo=809475352&ref=master&devcontainer_path=.devcontainer.json) ## Compatibility ⚙️ | **Product** | **Platform** | | Loading @@ -67,6 +71,7 @@ kubectl apply -f https://raw.githubusercontent.com/dockur/macos/refs/heads/maste | Docker Desktop | macOS | ❌ | | Docker Desktop | Windows 11 | ✅ | | Docker Desktop | Windows 10 | ❌ | | Github Codespaces | Cloud | ✅ | ## FAQ 💬 Loading
src/entry.sh +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ set -Eeuo pipefail cd /run . utils.sh # Load functions . reset.sh # Initialize system . install.sh # Get the OSX images . disk.sh # Initialize disks Loading