回答編集履歴
1
誤りの修正
test
CHANGED
@@ -8,6 +8,6 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
|
11
|
+
iptables -t nat -I PREROUTING -i eth0 -p TCP -d グローバルIP --dport 80 -j DNAT --to-destination コンテナIP:80 -m comment --comment "forward to the Apache2 container
|
12
12
|
|
13
13
|
```
|