Commit Graph

51 Commits

Author SHA1 Message Date
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
ollypom c39ba281fd
Synced Docs Public Master with Docs Private Master 2019-07-19 11:02:28 +00:00
Robert Cohn 02cf8cf5b5
recommend overlay2 2019-07-03 14:55:30 -04:00
Dawn W Docker bf298eba11 branding changes
Signed-off-by: Dawn W Docker <dawn.wood@users.noreply.github.com>
2019-06-11 15:05:20 -07:00
Ryuji Coffee bec34a4a6e
Update systemd.md
NO_PROXY does not support CIDR notation. #8191
2019-02-08 17:10:47 +09:00
Jan Vaehsen (Windows) 9edcd49141 resolve suggestion conflict 2019-01-25 15:17:28 +01:00
Sebastiaan van Stijn 71e41e3d95
Update config/daemon/systemd.md
Co-Authored-By: ChaosGramer <ChaosGramer@users.noreply.github.com>
2019-01-25 14:44:20 +01:00
Sebastiaan van Stijn 46f76f241e
Update config/daemon/systemd.md
Co-Authored-By: ChaosGramer <ChaosGramer@users.noreply.github.com>
2019-01-25 14:44:13 +01:00
Sebastiaan van Stijn d38627d05a
Update config/daemon/systemd.md
Co-Authored-By: ChaosGramer <ChaosGramer@users.noreply.github.com>
2019-01-25 14:43:49 +01:00
Jan Vaehsen (Windows) 61be95d7f6 add documentation for NO_PROXY var in systemd config 2019-01-25 13:10:06 +01:00
ChaosGramer f3960c3d31
Adding proxy wildcard documentation
Wildcard documentation was missing in the official docs
2019-01-22 11:55:03 +01:00
Trapier Marshall cb44c59f5a
daemon: windows stack indicate pid retrieval
lifted from https://docs.microsoft.com/en-us/virtualization/windowscontainers/troubleshooting#obtaining-stack-dump
2019-01-16 15:41:01 -05:00
paigehargrave 0dab4ade68
Merge branch 'master' into name-change-for-Docker-Desktop 2019-01-14 11:14:48 -05:00
paigehargrave a887def492
Update index.md 2019-01-11 15:04:49 -05:00
Stef Joosten 2286595a1f
Update index.md 2018-09-09 10:09:09 +02:00
Joao Fernandes 572869c3a1 Fix typos, address feedback 2018-04-06 13:51:29 -07:00
Joao Fernandes 49fe06f037 Don't share the --data-root directory between engines 2018-04-06 13:51:29 -07:00
Joao Fernandes 185c4f21c1 Improve how to configure engine 2018-04-06 13:51:29 -07:00
Gwendolynne Barr 313ec1f836
Tidy language on daemon index (#6128) 2018-03-02 16:30:41 -08:00
Edward Angert e5e1b8dba7 fixed Container networking link
fixes https://github.com/docker/docker.github.io/issues/6115
2018-03-02 11:03:19 -08:00
Eiichi Kitagawa 25534d814a Fixing Event Log command
When you pull the log using "Get-EventLog" to a display, a line get cut off and important log data will not show up.  It should be piped to a csv file to capture the whole message just like how MS explains it here https://docs.microsoft.com/en-us/virtualization/windowscontainers/troubleshooting
2018-02-16 12:43:46 -08:00
Misty Stanley-Jones 9ea7a4c57e
Remove reference to --graph (#5978) 2018-02-09 13:34:24 -08:00
Misty Stanley-Jones d1e461afd3 Add back instructions for listening on multiple interfaces in systemd 2018-02-07 11:31:02 -08:00
Misty Stanley-Jones a8e84a80e1 Restructure and rewrite network content 2018-02-07 11:31:02 -08:00