File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ ADD --chmod=644 \
45
45
ADD $REPO_KVM_OPENCORE/releases/download/$VERSION_KVM_OPENCORE/OpenCore-$VERSION_KVM_OPENCORE.iso.gz /opencore.iso.gz
46
46
47
47
VOLUME /storage
48
- EXPOSE 80 5900
48
+ EXPOSE 5900 8006
49
49
50
50
ENV VERSION="13"
51
51
ENV RAM_SIZE="4G"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
cap_add :
11
11
- NET_ADMIN
12
12
ports :
13
- - 8006:80
13
+ - 8006:8006
14
14
- 5900:5900/tcp
15
15
- 5900:5900/udp
16
16
volumes :
Original file line number Diff line number Diff line change 76
76
- name : http
77
77
port : 8006
78
78
protocol : TCP
79
- targetPort : 80
79
+ targetPort : 8006
80
80
- name : vnc
81
81
port : 5900
82
82
protocol : TCP
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ services:
37
37
cap_add :
38
38
- NET_ADMIN
39
39
ports :
40
- - 8006:80
40
+ - 8006:8006
41
41
- 5900:5900/tcp
42
42
- 5900:5900/udp
43
43
volumes :
@@ -49,7 +49,7 @@ services:
49
49
Via Docker CLI:
50
50
51
51
` ` ` bash
52
- 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
52
+ 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
53
53
```
54
54
55
55
Via Kubernetes:
You can’t perform that action at this time.
0 commit comments