Commit Graph

905 Commits

Author SHA1 Message Date
memory 571d2354c8 Suggest passing --no-log-init to adduser (#3413)
Running `useradd` without `--no-log-init` risks triggering a resource exhaustion issue:

    https://github.com/moby/moby/issues/15585
    https://github.com/moby/moby/issues/5419
    https://github.com/golang/go/issues/13548
2017-06-02 09:55:36 -07:00
mark teehan a5f8de8e71 Update imagesandcontainers.md (#3422) 2017-06-02 09:53:31 -07:00
Misty Stanley-Jones d88478a722 Document logging driver plugins (#3440) 2017-06-01 13:43:11 -07:00
Misty Stanley-Jones cf3f1f6e37 Rewrite swarm service networking guide (#3454) 2017-06-01 13:42:33 -07:00
Misty Stanley-Jones 34b9e3753d Update docs about starting containers automatically (#3436) 2017-05-31 09:34:00 -07:00
Misty Stanley-Jones b12ec60faa Storage driver followup (#3386)
* Fix picky formatting errors

* Address post-merge feedback

* Changing the storage driver on D4M/D4W not supported
2017-05-30 14:29:51 -07:00
Paul Ostazeski 4fb8fce106 Typo correction "mages" -> "images" (#3376) 2017-05-30 14:04:17 -07:00
Jim Galasyn d52729a8e2 Update hosts value to array (#3410)
Fixes #3361.
2017-05-25 17:34:20 -07:00
Tim 3db7fad4fd Grammar and spelling corrections (#3394) 2017-05-24 16:41:07 -07:00
Misty Stanley-Jones 89ac40cf3b Updating docs about storage drivers (#3276)
* Updating docs about storage drivers
2017-05-23 10:53:25 -07:00
Christian Göller eb78bf83d5 Add clarification regarding openSUSE (#3279)
* Add clarification regarding openSUSE
2017-05-19 15:46:41 -07:00
Jon Hajdu 9814dde803 Update host_integration.md (#3287) 2017-05-19 15:37:12 -07:00
Yuji Shimoda 4184049fbe Fix python code snippet. (Commit containers) (#3267) 2017-05-19 15:27:13 -07:00
Matt Duszynski 74df47fe12 Replace Rails with Ruby in the examples list (#3229)
The official Rails image was deprecated at the beginning of the year, and it probably shouldn't be referenced as an example in the docs anymore.
2017-05-19 15:10:44 -07:00
Alexey Grachov 425935605a Remove extra spaces. (#3304) 2017-05-17 12:36:57 -07:00
Misty Stanley-Jones cf6e2e7229 Document using Prometheus metrics (#3249) 2017-05-16 10:54:02 -07:00
Misty Stanley-Jones 968f76eced Use daemon.json everywhere possible (#3252) 2017-05-15 10:44:40 -07:00
Misty Stanley-Jones f732322462 Add docs for automatic service rollback (#3248) 2017-05-11 15:34:16 -07:00
Misty Stanley-Jones d25cee8e4d Fixes and improvements to example script (#3242)
* Fixes and improvements to example script
2017-05-11 13:22:15 -07:00
Misty Stanley-Jones 415a358d7e Recommend using swarm services instead of network aliases for load balancing (#3087) 2017-05-10 11:10:31 -07:00
Lorenzo Fontana 64de468317 Splitting all the logging drivers (#2975)
* Splitting logging drivers

Signed-off-by: Lorenzo Fontana <lo@linux.com>
2017-05-10 10:56:13 -07:00
Achilleas Pipinellis c34fca12c6 Fix typo: s/Raspian/Raspbian (#3185) 2017-05-09 20:37:18 +00:00
French Ben fe0620225d Added note on tag formatting of docker image (#3207)
* Added note on tag formatting of docker image

Signed-off-by: French Ben <frenchben@docker.com>

* Updated notes

Signed-off-by: French Ben <frenchben@docker.com>
2017-05-09 13:02:24 -07:00
Misty Stanley-Jones 9c648cf079 Docker 17.05 docs (#3092)
* Add Netlify build script

* Pull 'edge' stuff from master for now

* Add env-regex logging opt (#2688)

* Update Dockerfile to pull from 17.05 branch

* Update YAML files from 17.05.x branch

* Add scaffolding for 17.05 content

* Document highlights for 17.05

* Add v1.29 API

* Document multi-stage builds
2017-05-05 19:50:22 +00:00
Sawood Alam 6456b4a54f Version number typo correction (#3177) 2017-05-05 19:41:52 +00:00
yallop 42d9c55a1e WIP: Osxfs caching updates (#2883)
* Update the osxfs documentation with recent details about caching.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a note about 'cached' to the volumes tutorial.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a document giving a detailed specification of osxfs caching.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Americanize spelling in the osxfs-caching document.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* More osxfs benchmark details for 'go list'.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Remove mentions of the blog post.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* editorial, topic structure changes, x-refs

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* linked to new topic also where bind mounts are discussed in Namespaces

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added more tags

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* Decapitalize descriptions

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* "releease" ~> "release"

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Use @avsm's suggested rewording for the osxfs-caching introduction.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add an example showing how to use `cached`, `consistent`, etc.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a link to the user-guided caching blog post.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* added examples heading, more x-refs to blog post, docker run

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* escaped second dash in --volume long version of command

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed double dashes on volume option to render properly

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-05 11:49:00 -07:00
Derek Olsen 054fced71d Typo in overview.md (#3121) 2017-04-29 00:05:21 +00:00
Sam Cook 65c3f1befa Remove copy error syslog TCP+TLS options example (#3097)
The syslog TCP+TLS example suggests that the relevant options are `syslog-tls-ca-cert=syslog-tls-ca-cert=...`, `syslog-tls-cert=syslog-tls-ca-cert=...` and `syslog-tls-key=syslog-tls-ca-cert=...`. This corrects this example.
2017-04-28 22:03:39 +00:00
Ondrej Sika 71f06d8f96 engine/admin/index - Fix typo in Debian log path (#3113) 2017-04-28 19:32:48 +00:00
Joao Fernandes 2419c724e1 Clean get Docker (#2581)
* Clean get Docker

* Fix deleted changes

* Align content to the left
2017-04-28 11:25:32 -07:00
tompizmor 8ce933c965 Fixed typo in multi-service_container.md file (#3070) 2017-04-26 20:46:54 +00:00
John Mulhausen 12b2165e17 Fixes #2029 2017-04-25 17:25:22 -07:00
John Mulhausen 74f9201b6f Fixes #3013 2017-04-25 17:24:12 -07:00
John Mulhausen dbf16812ac Fixes #2062 2017-04-25 17:22:26 -07:00
John Mulhausen 570b4458b4 Add Compose instructions 2017-04-25 23:05:39 +00:00
Thomas Noe 99c7f1e503 remove cadvisor from swarm example -- #1840 (#2939)
Signed-off-by: Thomas Noe <thomas.noe@madwiremedia.com>
2017-04-25 16:00:55 -07:00
John Mulhausen ea147ccb3d Update debian.md 2017-04-25 15:59:38 -07:00
John Mulhausen 03b20257bf Update debian.md 2017-04-25 15:54:07 -07:00
Jean-Christophe 4b89dcf38d Correct Debian for ARMHF installation steps (#2965)
This commit corrects the installation steps for Debian (not Raspbian)
when running on ARMHF. It explains how to install Docker CE for Debian ARMHF.

Note: Installation instructions for Raspbian have not been changed.
2017-04-25 15:20:15 -07:00
Joe Deng 9745a627ea describe the effect of using --memory-swap=0 (#2854)
* describe the effect of using --memory-swap=0

Signed-off-by: Zhiguo Deng <bjzgdeng@linux.vnet.ibm.com>

* Edits

* Rewording about definition of swap

* Reworking for clarity of all the different ways it can be unset
2017-04-25 14:44:16 -07:00
Jim Galasyn ffc72b7b69 Fix path reference to x86_64 (#3056) 2017-04-25 11:42:10 -07:00
Lenny Linux 9a1f99cd11 add warning class and a linebreake to the warning blogquote (#2937)
* Update fedora.md

add warning class to blogquote

* Update linux-postinstall.md

add warning class to blogquote

* Update ubuntu.md

add warning class to blogquote

* Update https.md

add warning class to blogquote

* Update swarm_manager_locking.md

add warning class to blogquote

* Update dockerlinks.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update insecure.md

add warning class to blogquote

* Update discovery.md

add warning class to blogquote

* Update dockerd.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update docker_service_rm.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update scale-your-cluster.md

add warning class to blogquote

* Update resource_constraints.md

add warning class to blogquote

* Update binaries.md

add warning class to blogquote

* Update content_trust.md

add warning class to blogquote

* Update secrets.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update install-sandbox-2.md

add warning class to blogquote

* Update docker-toolbox.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update centos.md

add warning class to blogquote

* Update debian.md

add warning class to blogquote

* Update faqs.md

add linebreak after Looking for popular FAQs on Docker for Windows?

* Update install.md

add linebreake after **Already have Docker for Windows?**

* Revert "Update dockerd.yaml"

This reverts commit 3a98eb86f700ade8941483546c33f69a9dab8ac3.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 5dc1e75f37033932486c11287052b7d64bf83e55.

* Revert "Update docker_service_rm.yaml"

This reverts commit a983380a5625b471f1a03f8ed2301ead72f98f1b.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 4c454b883c300e26fbb056b954bb49ec2933b172.
2017-04-25 11:33:27 -07:00
Misty Stanley-Jones 963272a549 Updates to multi-process container topic (#3026) 2017-04-24 16:01:05 -07:00
Misty Stanley-Jones ed9b3af405 Clarify hardware platforms for RHEL (#3027) 2017-04-24 11:49:24 -07:00
Julien Maitrehenry 59348a30a8 Fix #3029 (#3030) 2017-04-24 11:32:45 -07:00
Steven Hanna 08c99cc625 Link to docker secret CLI and docker secret compose information (#2993)
* Link to docker secret CLI and docker secret compose information

* changes to improve description
2017-04-24 09:55:21 -07:00
Shubheksha Jalan 8cce48c9bf Fix ipv6 netmask (#2957)
* fix ipv6 netmask

* fix ipv6 netmask in image

* fix range

* fix range

* fix range
2017-04-22 19:24:31 -05:00
Rubab-Syed 9940a755dc Add images to networkingcontainers.md (#2192) (#2988)
* Add images to networkingcontainers.md (#2192)

* Update image tags
2017-04-22 19:22:01 -05:00
Steven Hanna 9caf13ef87 spelling fixes without yaml (#3006) 2017-04-22 10:39:57 -07:00
John Harris fd1fd15fa4 Add clarity note around required user-created overlay (#2972) 2017-04-21 14:06:05 -05:00