We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4309ba9 commit 6af4083Copy full SHA for 6af4083
content/manuals/engine/network/_index.md
@@ -225,8 +225,8 @@ networking mode:
225
- `--expose`
226
227
The following example runs a Redis container, with Redis binding to
228
-`localhost`, then running the `redis-cli` command and connecting to the Redis
229
-server over the `localhost` interface.
+127.0.0.1, then running the `redis-cli` command and connecting to the Redis
+server over 127.0.0.1.
230
231
```console
232
$ docker run -d --name redis example/redis --bind 127.0.0.1
0 commit comments