Skip to content

Commit f597c74

Browse files
Apply suggestion from @akerouanton
Co-authored-by: Albin Kerouanton <[email protected]>
1 parent 6af4083 commit f597c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/engine/network/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,6 @@ The following example runs a Redis container, with Redis binding to
229229
server over 127.0.0.1.
230230

231231
```console
232-
$ docker run -d --name redis example/redis --bind 127.0.0.1
233-
$ docker run --rm -it --network container:redis example/redis-cli -h 127.0.0.1
232+
$ docker run -d --name redis redis --bind 127.0.0.1
233+
$ docker run --rm -it --network container:redis redis-cli -h 127.0.0.1
234234
```

0 commit comments

Comments
 (0)