Commit Graph

173 Commits

Author SHA1 Message Date
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
Usha Mandya 792742a20c
Merge pull request #9027 from rscohn2/patch-1
recommend overlay2
2019-07-09 18:43:50 +01:00
Adrian Plata d668fc707c
Apply suggestions from code review
Co-Authored-By: Tibor Vass <tiborvass@users.noreply.github.com>
2019-07-08 16:13:19 -07:00
Adrian Plata 2142f4ad7b adding NVIDIA capabilities information
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-07-08 15:13:46 -07:00
Adrian Plata a00c783961 adding NVIDIA capabilities information
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-07-08 13:33:36 -07:00
Ray Tung bcf001161d
Update fluentd.md
Corrected default fluentd-max-retries
2019-07-07 22:21:49 +10:00
Robert Cohn 02cf8cf5b5
recommend overlay2 2019-07-03 14:55:30 -04:00
Adrian Plata d8aa3f275b adding NVIDIA capabilities information
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-07-02 15:48:30 -07:00
Adrian Plata a322063892 adding gpu access and renaming to specify
Signed-off-by: Adrian Plata <adrian.plata@docker.com>
2019-06-27 17:23:12 -07:00
Maria Bermudez 01277a66f5
Merge branch 'amberjack' into master 2019-06-13 19:10:41 +01: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