Ports published on the localhost IP are still accessible
by other systems connected to the same local network.
Signed-off-by: David Karlsson <david.karlsson@docker.com>
All currently supported versions of Docker Engine support this functionality
so no longer a need to mention the version.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* docs: remove some leading space
* style: fix whitespace inconsistency
- double spaces in docker commands
- inconsistent indentation in multiline commands and paragraphs
- trailing spaces
The "-settings" suffix in the URL duplicated the "/settings/" directory
in the URL, which made it redundant.
Using "/mac/", "/windows/" and "/linux/" keeps the URLs shorter, more
memorable, and more consistent with other locations, making it easier
to "guess" the URL when navigating using the browser's location bar.
No redirects were added, because the "-settings" pages have not yet
been published.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* network/proxy: add a note pointing at docker engine and Docker Desktop
The title is "Configure Docker to use a proxy server" which is generic
and implies this is the page which describes everything.
However the scope of the instructions is limited to containers:
> If your container needs to use an HTTP, ...
There are other HTTP proxy cases, for example
- for Docker Desktop to log into Docker
- for pulling and pushing containers
- for docker scan
Add a note at the top of this page to clarify the scope and link to
instructions for other cases.
Signed-off-by: David Scott <dave.scott@docker.com>
* Apply suggestions from code review
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
* Update proxy.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Add the `--ipv6` switch to the first example in the "Dual stack IPv4 IPv6 IPvlan L2 mode"
section. WIthout that, the created network has the property EnableIPv6 set to false and the
example wouldn't work properly.
- Add missing code-hints (console, yaml)
- Consistently add an empty line after code-blocks
- Combine some examples where the output and the command were
put in separate blocks. With the "console" code-hint, this
is no longer nescessary.
- fix indentation in cloud/ecs-integration.md, which caused the
numbered-list to be interrupted.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Was setting `ipvlan`, since home router didn't support `macvlan`, and only started working when I noticed elsewhere that I needed to add the `-o parent=eth0` for `ipvlan` setup as it was set for `macvlan`.