We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a829f1c + cd07954 commit 4483966Copy full SHA for 4483966
README.md
@@ -22,6 +22,10 @@ before starting your program:
22
23
iptables -t nat -A OUTPUT -d 169.254.169.254 -j DNAT --to-destination ${HOST}
24
25
+Or if you don't want to modify your docker image, on your docker host (e.g. the one created with docker-machine):
26
+
27
+ iptables -t nat -A PREROUTING -d 169.254.169.254 -j DNAT --to-destination ${HOST}
28
29
## Development
30
31
### Configuration
0 commit comments