From 933b18ed87a86f167fc576c7d8a323a627ed3f87 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Sat, 25 Mar 2017 21:04:40 -0700 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index 9250e09..2bd8894 100644 --- a/Docker.md +++ b/Docker.md @@ -43,7 +43,7 @@ WantedBy=multi-user.target ## Firewall An important network and firewall aspect to make note of is the difference between Docker's bridged and host network mode. The default is bridged, which then uses the `-p` option to open up a port to *everything*. If the host option is used instead, it'll obey any of your firewall rules. This distinction is most notable *outside* of a typical LAN environment, like with a VPS, dedicated server or AWS instance. -To change between options, just remove `-p 7878:7878 \` and replace with `--network host \`. +To change between options, just replace `-p 7878:7878 \` with `--network host \`. ## Set permissions ```bash