Commit Graph

183 Commits

Author SHA1 Message Date
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
Usha Mandya 1c9b279e09
Merge pull request #11519 from andylibrian/fix-cpu-period-default-value
Update config/containers/resource_constraints.md
2020-10-21 13:53:39 +01:00
Sebastiaan van Stijn c119ed174e
Use https:// for links and examples
Found these using `http://[^lp10\*`<][^o]` (to exclude "localhost" and IP-addresses)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-13 12:09:11 +02: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
Andy Librian 84abc8af94
Update config/containers/resource_constraints.md
Fix --cpu-period default value in the description
2020-10-10 05:52:49 +07:00
Cao The Kiet b12ced27b2
Update formatting.md 2020-10-08 21:10:52 +07:00
Radoslav Dimitrov 9d75707c3f Remove duplicate sentences from Published ports section
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
2020-10-02 16:14:52 +03:00
Mohammad Ali Toufighi a72f9c03f4
Remove excess phrase from DNS Services section
This line was mistaken in [this commit](9193473df5)
2020-10-01 10:32:16 +03:30
Daniel Granerud 5e37e0d6bf
Update container-networking.md 2020-09-30 09:31:18 +02:00
Maximillian Xavier d7b00e2bd1
Add indication to use docker create/run on port mapping #11420 (#11429)
* Add indication to use docker create/run on port mapping #11420

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Signed-off-by: Maximillian Fan Xavier <maximillianfx@gmail.com>
2020-09-29 18:24:19 +02:00
Maximillian Xavier 0c55a6ddcf
Add note to formatting section (#11326)
* Add note to formatting section

* Add note to formatting section

* Fix the double quote to single quote

* Fix description

* Minor style updates

Co-authored-by: Maximillian Fan Xavier <maximillianfx@ibm.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-04 12:35:18 +01:00
Will Badart 344cb8985d
Add missing image to `docker run` GPU example command 2020-08-26 21:12:31 -06:00
Usha Mandya ff498e5523
Merge pull request #10277 from hn3000/patch-1
Mention how to change restart policy on running containers
2020-07-29 14:03:45 +01: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
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
Sobhan Attar 9fd5223c7e
add not for non existence daemon.json 2020-07-01 11:30:11 +04:30
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
mjchi7 9193473df5
Removed wrong information about container DNS (#11012)
* Removed wrong information about container DNS

In the docs it says a container will inherit the host /etc/hosts file along with /etc/resolv.conf. While the latter part is correct, /etc/hosts will not actually be inherited, as reported https://github.com/moby/moby/issues/39311. 
An additional line of text has been added to emphasize the fact that /etc/hosts are not inherited

* Removed extra hash on the run command redirect

* Update config/containers/container-networking.md

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-06-18 15:32:20 +01: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 4169b468f4
Merge pull request #10683 from ajay143444/patch-7
added apostrophe s with process in 'on the process` own copy of the page'
2020-05-01 18:33:21 +02:00
Sebastiaan van Stijn 5de7f57431
fix link to service create reference docs (#10726)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-30 06:36:59 +01:00
Sebastiaan van Stijn 2ff02c4b2e
remove -it from example, as it's not needed for redis
Adding `-it` on a "detached" (`-d`) container is needed
if the container's main process expects a TTY attached to keep
running.

It's not needed for a redis container, so we can remove it here

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-24 14:04:59 +02: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
ajay143444 751665478a
added apostrophe s with process
added apostrophe s with process
2020-04-23 13:34:54 +05:30
Batuhan Apaydın 7f66d7783f
Update formatting.md 2020-04-13 15:16:50 +03:00
Usha Mandya 2087caadae
Merge pull request #10599 from thaJeztah/config_markdown_fixups
container config section: various markdown fixes
2020-04-08 15:09:24 +01:00
Sebastiaan van Stijn 727941ffdd
container config section: various markdown fixes
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-08 14:00:58 +02:00
haikuoliu 15371b3fe2
Add doc for awslogs-endpoint log option
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-08 11:13:51 +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
Sebastiaan van Stijn 19c6cb8f1c
Markdown: fix some code-hints
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:50:31 +01:00
Sebastiaan van Stijn 14bbe621e5
Update markdown language hints to work with "rouge"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-03-17 14:49:51 +01:00
hn3000 9720bc4c3e
How to change restart policy on running containers
Mention that `docker update` can change the restart policy for an already running container.

Otherwise, the reader is led to believe the policy can only be set when the container is started.
2020-02-12 12:56:23 +01:00
Dawn W Docker b69d9b20e7 removing enterprise section 2020-01-09 14:43:21 -08:00
Sebastiaan van Stijn 4224bf0b04
Merge pull request #9340 from tao12345666333/fix-memory-swap-effect
Fix the effect of `--memory-swap` is unset.
2019-12-11 17:02:11 +01:00
Adrian Plata bbeb3a35aa Bolding important statement
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-11-15 08:28:01 -08:00
Kir Kolyshkin 12cab58194 logging/gelf: recommend to disable compression
It was discovered that compression in gelf logging driver
is highly inefficient in terms of CPU. IOW, lots of CPU
is used when compression is enabled.

The natural solution would be to change the default
to `none`, i.e. no compression, but that would break
some setups (in particular, using Logstash < 7.4).

The only option left is to warn the user about the
consequences of leaving the compression enabled.

For more background details, please see
https://github.com/moby/moby/pull/40101

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2019-11-14 14:58:57 -08:00
Fangzhou Li 844e8e4c70 Fix typo (#9804) 2019-11-05 13:24:57 -08:00
Jintao Zhang 6a8e5b3107 Fix the effect of `--memory-swap` is unset.
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2019-10-11 15:52:53 +08:00
Adrian Plata 350ec935e7
Runtime page rename (#9439)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-09-12 14:27:28 -07:00
Hong Chun 629a147a65 Fix docker logging's options indentation 2019-08-19 15:19:42 +01:00
Alexander Wellbrock f78e99415c Fix confusing 'log-opt' key in json part of docs (#9107) 2019-08-19 15:15:46 +01:00
Usha Mandya c645df2ecd
log-opts is a JSON object not an array (#9179) 2019-08-16 11:46:32 +01:00
Adrian Plata 645b755cf9
Fixing em dash usage (#9223)
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-08-08 13:22:17 -07:00
Bertrand Guay-Paquet fa9fbec44e
log-opts is a JSON object not an array 2019-07-31 16:18:39 +02:00
ollypom 4524319333
Merge branch 'master' into amberjack 2019-07-19 14:23:33 +00:00
ollypom c39ba281fd
Synced Docs Public Master with Docs Private Master 2019-07-19 11:02:28 +00:00