Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ ADD --chmod=644 \ ADD $REPO_KVM_OPENCORE/releases/download/$VERSION_KVM_OPENCORE/OpenCore-$VERSION_KVM_OPENCORE.iso.gz /opencore.iso.gz VOLUME /storage EXPOSE 80 5900 EXPOSE 5900 8006 ENV VERSION="13" ENV RAM_SIZE="4G" Loading compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ services: cap_add: - NET_ADMIN ports: - 8006:80 - 8006:8006 - 5900:5900/tcp - 5900:5900/udp volumes: Loading kubernetes.yml +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ spec: - name: http port: 8006 protocol: TCP targetPort: 80 targetPort: 8006 - name: vnc port: 5900 protocol: TCP Loading readme.md +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ services: cap_add: - NET_ADMIN ports: - 8006:80 - 8006:8006 - 5900:5900/tcp - 5900:5900/udp volumes: Loading @@ -49,7 +49,7 @@ services: Via Docker CLI: ```bash docker run -it --rm --name macos -p 8006:80 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/macos:/storage --stop-timeout 120 dockurr/macos 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: Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ ADD --chmod=644 \ ADD $REPO_KVM_OPENCORE/releases/download/$VERSION_KVM_OPENCORE/OpenCore-$VERSION_KVM_OPENCORE.iso.gz /opencore.iso.gz VOLUME /storage EXPOSE 80 5900 EXPOSE 5900 8006 ENV VERSION="13" ENV RAM_SIZE="4G" Loading
compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ services: cap_add: - NET_ADMIN ports: - 8006:80 - 8006:8006 - 5900:5900/tcp - 5900:5900/udp volumes: Loading
kubernetes.yml +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ spec: - name: http port: 8006 protocol: TCP targetPort: 80 targetPort: 8006 - name: vnc port: 5900 protocol: TCP Loading
readme.md +2 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ services: cap_add: - NET_ADMIN ports: - 8006:80 - 8006:8006 - 5900:5900/tcp - 5900:5900/udp volumes: Loading @@ -49,7 +49,7 @@ services: Via Docker CLI: ```bash docker run -it --rm --name macos -p 8006:80 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/macos:/storage --stop-timeout 120 dockurr/macos 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: Loading