mirror of https://github.com/docker/docs.git
Merge pull request #18698 from PiotrWodecki/patch-1
Fix invalid use of em dash in a CLI command
This commit is contained in:
commit
80629130aa
|
@ -92,7 +92,7 @@ additional hardening is suggested:
|
|||
|
||||
```bash
|
||||
# Example iptables rule (order and other tools may require customization)
|
||||
iptables -I INPUT -m udp —-dport 4789 -m policy --dir in --pol none -j DROP
|
||||
iptables -I INPUT -m udp --dport 4789 -m policy --dir in --pol none -j DROP
|
||||
```
|
||||
|
||||
## What's next?
|
||||
|
|
Loading…
Reference in New Issue