Commit Graph

74 Commits

Author SHA1 Message Date
David Karlsson b2972b1ee4
Merge pull request #17679 from dvdksn/engine/host-gateway
engine: add docs for host-gateway
2023-08-09 13:46:29 +02:00
David Karlsson 592b11db6f
Merge pull request #17493 from dvdksn/engine/ipv6-experimental-status
engine/ipv6 experimental status
2023-08-01 15:39:06 +02:00
David Karlsson 796fc7743b engine/desktop: update references to host.docker.internal
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-07-31 17:38:37 +02:00
Jonathan Martens ea2aa6caa6
Reference LOCALAPPDATA variable on windows (#17526) 2023-07-26 12:30:33 +01:00
Charles Ulrich 94c2b8a06a
Fix default address pool size
The default pools are correct in the first example, but a typo made its way into the second.
  https://github.com/moby/libnetwork/blob/master/ipamutils/utils.go
2023-07-02 12:10:46 -04:00
David Karlsson 94af21b6f7 engine: remove BuildKit feature from daemon config
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-06-28 12:32:45 +02:00
David Karlsson 978ad16ffa engine: fix indent issue for compose ipv6 example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-06-07 09:52:59 +02:00
David Karlsson 96e1b0b6ec engine: clarify ipv6 experimental status
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-06-07 09:51:50 +02:00
David Karlsson 2be681dea9 engine: split using ipv6 into two sections
- One section for using IPv6 with custom networks
- One section for using IPv6 with the default bridge

Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
David Karlsson eb3b3b73c6 engine: remove swarm/services mention for ipv6
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
David Karlsson 6f66da293c engine: improve ipv6 subnet allocation examples
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
David Karlsson 1a6be1a26b engine: networking editorial improvements and corrections
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
David Karlsson 98b76d843e engine: change reload to restart when updating daemon config
Co-authored-by: Rostislav Udaltsov <114897334+udaltsovra@users.noreply.github.com>
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson 274d5cfa94 engine: fix instruction for turning on ipv6
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson 888b052389 engine: create a section for network drivers
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
Sebastiaan van Stijn ce4523fcd5
config: fix example for proxies in daemon.json
commit 073cd2fe24 added proxies to the
example `daemon.json`, based on the implementation that was added in
427c7cc5f8.

However, a follow-up pull request changed the proxy-configuration in`daemon.json`
to nest the configuration in a "proxies" struct, and the documentation was
not updated accordingly; see:
101dafd049

This patch fixes the example.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 17:37:09 +02:00
Sebastiaan van Stijn 073cd2fe24 engine: rewrite section on configuring proxies for containers
Signed-off-by: David Karlsson <david.karlsson@docker.com>

Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-03 20:02:11 +02:00
Chris Chinchilla 2b162ce9bf
Merge pull request #16921 from ChrisChinchilla/chrisward/daemon-change
Change Daemon to Docker Engine in prometheus doc
2023-03-20 18:10:47 +01:00
Chris Chinchilla e922217849
Merge pull request #16886 from ChrisChinchilla/chrisward/tls-clar
Clarify text around TLS configuration in Docker engine docs
2023-03-20 18:04:02 +01:00
Chris Chinchilla 2a81b9d7bc Change Daemon to Docker Engine 2023-03-20 15:58:55 +01:00
Chris Chinchilla 927636e3f8 Add actual explanation of config file 2023-03-20 15:35:03 +01:00
Jaroslav Stepanek 4cf59ac279 Remove experimental flag as it is not required 2023-03-15 15:02:39 +00:00
Chris Chinchilla bd47e9f24e Clarify text 2023-03-14 14:40:49 +01:00
Allie Sadler a37a50eb17
Dd4.16 content (#16497)
* add rosetta beta feature

* Change mac preferences to settings

* updates to the images view

* add info about quick search

* image fix

* image-fix

* Typo fix
2023-01-12 15:29:37 +00:00
Poison 317af453b9
Update logs.md
Daemon datastructure dump functionality has been removed. See [PR #33598](https://github.com/moby/moby/pull/33598).
2023-01-11 15:51:35 +08:00
David Karlsson 756d3c1e40
engine: fix the macos daemon preferences (#16336)
* engine: fixed the macos preferences

Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-12-14 13:38:17 +01:00
David Karlsson 5135d40383 engine: restructure and consolidate
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-12-01 15:44:37 +01:00
David Karlsson 0bb0975f6b added note formatting 2022-11-28 09:55:11 +01:00
Kenneth Fortner a1661fd876 Update systemd.md
Systemctl requires different escape characters than a URL does so a proxy var with special URL characters needs to have them escaped with the hex equivalent and the systemctl escapes.

A backslash in domain\user becomes domain%5Cuser but this breaks systemctl because of the % sign.

If you need to use systemctl with a url and special chars is domain%%5Cuser (Notice the DOUBLE %).

[Service]
Environment="HTTP_PROXY=http://domain%%5Cuser:complex%%23pass@proxy.example.com:8080/"
2022-11-27 20:44:36 -06:00
David Karlsson b89d2395ca fix: update log path on Windows 2022-11-07 10:09:17 +01:00
David Karlsson bf83c7fa07
mac/prometheus: updated DNS name for host internal IP (#16038) 2022-10-31 15:57:36 +00:00
Anthony L bfb3682d8d
use host.docker.internal internal IP for prometheus/windows (#16024) 2022-10-31 15:30:03 +01:00
David Karlsson bc8fde23b9
doc refresh: Linux postinstall instructions (#15969)
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-10-26 09:08:21 +00:00
Justin Chadwell fd9fe19061 lint: tidy up ordered list prefixes 2022-07-28 11:27:10 +01:00
Sebastiaan van Stijn df6a3281b9
Add some additional redirects for old URLs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-12-20 12:37:21 +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 fbfa187a83
config: 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:20:05 +02:00
Sebastiaan van Stijn 8c2f999eae
troubleshoot: update locations for daemon logfiles
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-07-28 14:38:38 +02: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
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
Arko Dasgupta 1b319c30a5
Update ipv6.md (#11148)
* Update ipv6.md

Update the `ipv6` daemon config to include the fixed-cidr-v6 (IPv6 Subnet) key

Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-16 22:05:15 +02:00
Magno Logan 294883b1d2
Update log location for Ubuntu 16.04+ and CentOS
Update log location for Ubuntu 16.04+ and CentOS
Add the /var/log/syslog
2020-06-23 16:12:41 -04:00
Sebastiaan van Stijn 7ce086bfca
Add instructions for configuring systemd in rootless mode (#10976)
* add instructions for rootless docker

* Use tabs for configuring systemd in rootless mode

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

* Minor style edits

Co-authored-by: Manish Kukreja <kukreja.m@gmail.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-06-10 08:36:35 +01:00
Randy von der Weide ba553cfd47
Make information accurate (#10915) 2020-05-29 17:04:40 +01:00
Sebastiaan van Stijn b0f9061565
config: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:36 +02:00
Sebastiaan van Stijn d813acb6e1
Engine: reorganize install topic
- Move getting started overview to /get-started/overview/
- Move engine installation files under /engine/
- Redirect the top-level /install/ to /get-docker/
- Updated titles in left-hand navigation
- Added back some pages to the navigation that were
  currently not included.
- Reduce some steps in the installation pages
- Move devicemapper prerequisites to the devicemapper
  storage driver page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 10:50:28 +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
Sebastiaan van Stijn ba8a3bcf6a
Remove third-party tools / topics
These pages were no longer maintained, and some links to
external websites were no longer active.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-18 14:38:12 +01:00
Dawn W Docker b69d9b20e7 removing enterprise section 2020-01-09 14:43:21 -08:00