## Description
- Describe new iptables chain `DOCKER-FORWARD`, which splits Docker's
rules out of the main `FORWARD` chain where they were being antisocial -
related to https://github.com/moby/moby/pull/49518
- Update notes about IP Forwarding and the default DROP policy
- Only engine < 28.0.0 allows remote access to ports published to the
localhost address
## Related issues or tickets
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Signed-off-by: Rob Murray <rob.murray@docker.com>
<!--Delete sections as needed -->
## Description
```
$ docker network create --help | grep opt
--ipam-opt map Set IPAM driver specific options (default map[])
-o, --opt map Set driver specific options (default map[])
```
So the documentation should be changed from using --option to --opt.
<!--Delete sections as needed -->
## Description
Add some aliases for some top 404s.
https://heapanalytics.com/app/env/4204607514/graph/chart/Docs-Weekly-404-Errors-13539083
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
Signed-off-by: Craig <craig.osterhout@docker.com>