Commit Graph

120 Commits

Author SHA1 Message Date
CrazyMax 09c9f51bcf
remove most of absolute urls
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-08-03 11:50:33 +02:00
Justin Chadwell ad45d2d936 lint: tidy spaces inside spans 2022-07-28 11:27:10 +01:00
Sebastiaan van Stijn a9b15d6253
desktop: settings: remove "-settings" suffix from URLs
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>
2022-07-15 12:57:14 +02:00
Allie Sadler d17f279abc
create a global setting section for DD (#15122)
* create a global setting section for DD

* fix broken links

* fix broken links

* fix broken links
2022-07-14 15:56:51 +01:00
David Scott 57714d6499
network/proxy: add a note pointing at docker engine and Docker Desktop (#15046)
* 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>
2022-07-08 12:16:01 +01:00
Jerae Duffin 4819584bc1 updated RAM 2022-05-23 13:29:25 -05:00
Sebastiaan van Stijn 49cbf196fa
Merge pull request #14001 from th0bse/patch-1
Add ipv6 switch to network creation
2022-02-11 23:41:51 +01:00
tatref 5b5a4424d0
Fix bridge example 2021-12-27 16:30:40 +01:00
Thorben von Rekowski f30d0b6079
Add ipv6 switch to network creation
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.
2021-12-17 12:37:00 +01:00
Francisco Robles Martín d2673f7458
chore: add missing IPvlan in network drivers list
Signed-off-by: Francisco Robles Martín f.robles.martin@pm.me
2021-11-07 16:29:58 +01:00
Sebastiaan van Stijn 173d3c65f8
fix broken (anchor) links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-09-13 15:07:49 +02:00
Sebastiaan van Stijn 1583678203
Add missing code-hints, and minor markdown edits
- 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>
2021-08-16 12:59:23 +02:00
Sebastiaan van Stijn 4068208b74
network: use "console" for shell examples
This allows for easier copying of the commands, without selecting the
prompt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-06 17:19:25 +02:00
Usha Mandya 9bc2f59d53 Update proxy server examples to include a diff ip address
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-30 18:43:44 +01:00
Muhammad Tariq 9a771141ae
Grammar corrrection. (#12651)
* Grammar corrrection.

* Minor tweak to the suggested wording

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-04-30 14:38:23 +01:00
Sebastiaan van Stijn 3ff117bf5d
network/ipvlan: copy edits and minor touch-ups
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-23 16:07:07 +02:00
Sebastiaan van Stijn 161ae8086f
network/ipvlan: add to TOC, and some minor touch ups
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-22 19:39:31 +02:00
Sebastiaan van Stijn 1cebc476b1
Migrate IPvlan docs from CLI to docs repository
Merge remote-tracking branch 'cli_temp/master' into vlan_network

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-22 19:27:57 +02:00
Tanguy Chiffoleau eb43030621
Closing forgeted markdown code 2021-03-20 22:38:48 +01:00
Usha Mandya 26d5802bf3
Merge pull request #12414 from araisch/patch-1
Missing hint for possible CIDR notation in noProxy and misleading wildcard
2021-03-05 14:09:57 +00:00
Simon 5e78271505
TASK: Add codeblocks to code examples
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-04 12:06:54 +01:00
araisch b50f1f69c7
Update proxy.md
Missleading to talk about Wildcards after mention "IP and host", while support them only for hosts without any hint to CIDR..
2021-03-01 14:24:26 +01:00
Bruno c7e5c062fb
Fix ipvlan
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`.
2021-01-10 09:32:16 +00:00
Arko Dasgupta 52fde1a90c
Firewalld integration (#11883)
* Firewalld integration

Added a section mentioning the firewalld integration
and added notes on handling issues we've seen in the
community

Relates to https://github.com/docker/for-linux/issues/1163

Signed-off-by: Arko Dasgupta <arko.dasgupta@docker.com>

* Update network/iptables.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Minor style edits

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-14 12:42:59 +00:00
Sebastiaan van Stijn 2ce808edc0
Remove references to obsolete engine versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-26 15:45:07 +01:00
Sebastiaan van Stijn f6adc80d9a
remove examples for ENV key value without '='
The `ENV key value` form can be ambiguous, for example, the following defines
a single env-variable (`ONE`) with value `"TWO= THREE=world"`:

    ENV ONE TWO= THREE=world

While we cannot deprecate/remove that syntax (as it would break existing
Dockerfiles), we should reduce exposure of the format in our examples.

Also updating some code-blocks that were missing language-hints

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-23 15:16:35 +02:00
Steven a8a846caca
Update network-tutorial-overlay.md 2020-07-30 01:17:51 +05:00
Usha Mandya dddb1d445d
Merge pull request #11141 from usha-mandya/11035-patch
Remove Enterprise references
2020-07-21 14:54:57 +01:00
Usha Mandya 1c853406e9 Remove Enterprise references 2020-07-21 14:47:01 +01:00
Usha Mandya df563bd043 Remove links to deprecated articles 2020-07-16 15:18:01 +01:00
d-tork 2693610fc7
correct typo in bash command 2020-06-17 21:00:32 -04:00
Ragland Asir c270517181
Update Networking overview file (#10875)
* Update Networking overview file

I feel it's better to change the current title (which is just ["Overview"](https://docs.docker.com/network/)) to "Networking"

This will add more meaning and also be more consistent with other overview pages such as [Orchestration](https://docs.docker.com/get-started/orchestration/) and [Develop with Docker](https://docs.docker.com/develop/)

* Updated the title to match the toc entry

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-05-26 11:10:11 +01:00
Sebastiaan van Stijn dc1f9f7b4d
network: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:39 +02:00
Sebastiaan van Stijn 4601a400eb experimental/vlan-networks: markdown touch-ups
- wrap to 80-chars
- reformat notes
- add code-hints to help highlighting

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-19 17:53:19 +02:00
Sebastiaan van Stijn 331554f4b3
Fix various links that were generating URLs with `.md` (#10548)
* Fix incorrect links in compose section

there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* engine/swarm: update links

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Fix various broken links

There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 12:05:50 +01:00
Maxim Orlov 4bb170e535
Remove incorrect difference between user-defined and default bridge (#10320)
* Remove incorrect difference between user-defined and default bridge

This PR removes the first bullet point from the list differences between user-defined bridge networks and the default bridge network:

[User-defined bridges provide better isolation and interoperability between containerized applications](https://docs.docker.com/network/bridge/#differences-between-user-defined-bridges-and-the-default-bridge).

The default bridge network, similar to user-defined bridges, opens all ports to other containers and allows for inter-container communication by default. This is elaborated and demonstrated in #8973. Other relevant issue: #8437.

* Remove mention of previous bullet point

* Added isolation advantage of user-defined over default network
2020-02-25 17:30:41 +00:00
Sebastiaan van Stijn 6de87b1476
Move classic overlay networking topic to swarm standalone section (#10326)
* Move classic overlay networking topic to swarm standalone section

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Redirect old "getting started with overlay networks" to current page

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-02-20 12:16:04 +00:00
Michael Ziegler a9b5a33dd0
improve description of iptables design, add notes about securing Docker hosts (#10263)
* improve description of iptables design, add notes about securing Docker hosts

* fix typo

* simplify a sentence

* fix chain name

* more minor changes

* add notes about the FORWARD chain policy

* shorten section on --ip

* rephrase section title
2020-02-18 17:19:45 +00:00
Terry Burton d57f57426b
Update overlay.md
Closes https://github.com/docker/docker.github.io/issues/8038.
2020-02-01 15:51:52 +00:00
Dawn W Docker f819435149 removed Enterprise sections 2020-01-09 13:31:42 -08:00
Carlton Caven 910e8186d3 change link from ucp 2.2 to layer 7 (#9773)
* change link from ucp 2.2 to layer 7

link routes to old documentation http routing mesh is now interlock/layer 7

* Updated Sticky Sessions
2019-11-13 15:58:00 +00:00
lena-larionova 718eb9b08e
fixing typos (#9787)
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
2019-11-01 11:05:51 -07:00
ada mancini e1034b60ed update iptables=false documentation (#9482)
make it clearer that this is not intended for end-users
2019-09-26 16:42:12 +01:00
Jeff Anderson 607de352f2 call out `ext_if` as a placeholder in the example (#9070) 2019-08-19 15:25:33 +01:00
Mayank Jethva 0c1974b06a Update network-tutorial-macvlan.md (#8453) 2019-07-24 15:29:19 -07:00
ollypom c39ba281fd
Synced Docs Public Master with Docs Private Master 2019-07-19 11:02:28 +00:00
Sebastiaan van Stijn 3b904e7a9f
Merge pull request #8582 from thaJeztah/host_networking_nits
Host networking touch-ups
2019-07-08 20:08:48 +02:00
Dawn W Docker f4dde18e07 branding changes
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 14:37:45 -07:00
D. Domig 8b8107e3b7 Fix typos (#8650) 2019-05-22 11:56:34 -07:00
Sebastiaan van Stijn deb202f6c0
Host networking touch-ups
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-04-03 11:47:40 +02:00