diff --git a/docs/reference/commandline/dockerd.md b/docs/reference/commandline/dockerd.md index 5aece25c06..2b90df9277 100644 --- a/docs/reference/commandline/dockerd.md +++ b/docs/reference/commandline/dockerd.md @@ -939,7 +939,7 @@ This is a full example of the allowed configuration options in the file: "tlscacert": "", "tlscert": "", "tlskey": "", - "api-cors-headers": "", + "api-cors-header": "", "selinux-enabled": false, "userns-remap": "", "group": "", @@ -948,7 +948,7 @@ This is a full example of the allowed configuration options in the file: "ipv6": false, "iptables": false, "ip-forward": false, - "ip-mask": false, + "ip-masq": false, "userland-proxy": false, "ip": "0.0.0.0", "bridge": "",