DockerCLI/docs/reference
robmry a682b8e655 Permit '=' separator and '[ipv6]' in --add-host
Fixes #4648

Make it easier to specify IPv6 addresses in the '--add-host' option by
permitting 'host=ip' in addition to 'host:ip', and allowing square
brackets around the address.

For example:

    --add-host=my-hostname:127.0.0.1
    --add-host=my-hostname:::1
    --add-host=my-hostname=::1
    --add-host=my-hostname:[::1]

To avoid compatibility problems, the CLI will replace an '=' separator
with ':', and strip brackets, before sending the request to the API.

Signed-off-by: Rob Murray <rob.murray@docker.com>
2023-12-07 18:29:19 +00:00
..
commandline Permit '=' separator and '[ipv6]' in --add-host 2023-12-07 18:29:19 +00:00
builder.md docs: dockerfile reference moved to buildkit repo 2022-06-27 11:51:46 +02:00
glossary.md docs: remove AuFS from glossary 2023-05-19 10:17:37 +02:00
index.md docs: dockerfile reference moved to buildkit repo 2022-06-27 11:51:46 +02:00
run.md docs: remove "{% raw %}" / "{% endraw %}" Jekyl (liquid) leftovers 2023-11-27 22:05:39 +01:00