Commit Graph

1210 Commits

Author SHA1 Message Date
Michael T. DeGuzis 16f45698ca Should be mode, not node (#5032)
Original:

"This host is running in loop-lvm node"

Change to:

This host is running in loop-lvm mode"
2017-10-18 09:55:10 -07:00
Misty Stanley-Jones a30b95e49d Add API 1.33, API matrix 2017-10-17 21:34:07 -07:00
Ghislain Bourgeois 3c5e81b7a4 Add TCP documentation for GELF logging driver (#4536)
Signed-off-by: Ghislain Bourgeois <ghislain.bourgeois@gmail.com>
2017-10-17 21:34:07 -07:00
jwfang 4c7ba50f04 nginx image doesn't have *ip* command (#4743) 2017-10-17 17:22:55 -07:00
Steven Follis 09f13629df Fixed typo for "Uninstall" #5009 (#5010) 2017-10-17 11:14:51 -07:00
Fábio Luciano 84e9f10ff6 Update overlay-standalone-swarm.md (#4969)
Add slash to the add new line to command
2017-10-16 16:26:58 -07:00
jhughes-mc 1dc7e46c16 Update json-file.md (#4924)
Discovered you must remove the container to use the new logging configuration. Otherwise it will not change and continue to use the old.
2017-10-16 16:12:38 -07:00
Nicholas Lawrence 37df570fd5 Fix Spelling Error (#4995)
Simple typo of "Repository"
2017-10-16 15:18:17 -07:00
Shubheksha Jalan 1bfa30d3d3 fix incorrect statement (#4982) 2017-10-16 15:06:39 -07:00
Misty Stanley-Jones 6aae2e4e84 Add pointer to latest API ref (#4897) 2017-10-16 15:04:24 -07:00
Michael Friis 6f3acdfdc3 add note to ensure correct module is in use on upgrade (#4923) 2017-10-16 13:50:34 -07:00
Jim Galasyn bfe261f90d Fix redirect in swarmn task states topic (#4994) 2017-10-16 12:14:40 -07:00
Jeff Anderson 237fb75de9 encrypted attachable networks work (#4893)
The documentation said that it does not work. It does indeed work, so here is an update that reflects that.
2017-10-14 10:16:02 -07:00
Gwendolynne Barr e4bffe846c Repair cpu-period default to 100ms (#4967) 2017-10-14 10:09:33 -07:00
Steve Larkin b62509706e Update documentation of proxy server configuration (#4687)
* Update documentation of proxy server configuration

As per the implementation in docker/cli#93 the proxy server addresses
are specified per docker daemon or as defaults.  Updated the example to
show the default option.

Fixes #4686

* Fix table layout of proxy environment variables
2017-10-13 16:03:46 -07:00
Jim Galasyn 3c3319860e Move task states topic to Engine (#4961) 2017-10-13 16:00:10 -07:00
Misty Stanley-Jones fabfd6d40e Document where to find stack traces (#4962) 2017-10-13 15:59:48 -07:00
Misty Stanley-Jones 82e5cb78d3 Update info on dockerignore, add link to multistage builds (#4953) 2017-10-13 15:59:24 -07:00
John Mulhausen 8b704f7b87 Revert "Add pointer to latest API ref" (#4896)
* Revert "Clarify patch and update cycles (#4894)"

This reverts commit 6b1577aa0d.

* Revert "Add pointer to latest API ref (#4892)"

This reverts commit a6b436d133.
2017-10-11 16:33:21 -07:00
Misty Stanley-Jones 6b1577aa0d Clarify patch and update cycles (#4894) 2017-10-11 15:54:03 -07:00
Misty Stanley-Jones a6b436d133 Add pointer to latest API ref (#4892) 2017-10-11 15:52:15 -07:00
Matt Hoyle ae4d35c5fe Documentation: Remove reference to PUBLISH Dockerfile directive in networking docs (#4863) 2017-10-10 13:57:29 -07:00
Thomas Sjögren 4c4b9bdc06 PermitRootLogin sed (#4822)
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-10-10 11:14:58 -07:00
Misty Stanley-Jones 990a5be262 Cross-linking between compose and configs/secrets (#4869) 2017-10-10 11:08:51 -07:00
Misty Stanley-Jones 31408e4c8b Fix broken link (#4868) 2017-10-10 11:07:53 -07:00
Victoria Bialas 45eab83cc4 added best practices on labels (#4854)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-10 08:43:23 -07:00
jwfang a168cc2270 consul listen on public ip (#4740)
consul (maybe caused by latest changes) default listens on 127.0.0.1, so can't access by outside.
2017-10-10 07:17:18 -07:00
Misty Stanley-Jones b02cca86cf Standardize on site-wide variables for Docker and component versions (#4792) 2017-10-05 16:36:03 -07:00
josh 9758d6cb51 Update debian.md (#4692)
Changed hyperlink to inline code to make it clear that the link should be generated using shell evaluation.
2017-10-05 02:22:09 -07:00
Misty Stanley-Jones 454763b0d4 Remove inaccurate note from json log driver docs (#4801) 2017-10-04 16:53:22 -07:00
Kirill Kolyshkin 91d5316a98 Improvements to the Fedora install instructions (#4464)
This commit improves engine installation documentation for CentOS,
RHEL, Fedora and Oracle Linux. There are a few fixes and
simplifications. In particular:

1. Fix language about when GPG keys are presented for verification
(when you install a package from a recently added repo).

2. Remove mentions of 'yum/dnf makecache fast'. Unlike Debian/Ubuntu,
which require 'apt update', with both yum and dnf, 'makecache'
is redundand. What's worse, 'dnf makecache fast' is not working
(tested on Fedora 26):

        # dnf makecache fast
        ...
        dnf makecache: error: argument timer: invalid choice: 'fast' (choose from 'timer')

3. Source repos are disabled by default, so there is no need to specify
the architecture when running `yum list docker-[ce]e`. The comment
explaining it is also removed.

4. An extra > character in the middle of the line was removed.

[v3: rebase, remove $DOCKERURL reuse hack]

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2017-10-04 16:19:25 -07:00
Gwendolynne Barr 19daed2099 Repair append redirection (#4784) 2017-10-04 15:53:47 -07:00
Misty Stanley-Jones 4eb7377aa3 Clarify that both daemon and client need Docker 17.05 to use multistage builds (#4800) 2017-10-04 15:50:30 -07:00
Nicolae Vlădescu 2e1380f219 Fix a missing closing parentheses (#4779) 2017-10-02 10:39:42 -07:00
Michael Friis b94f67d9d8 update rest of instructions (#4781) 2017-10-02 10:37:30 -07:00
Gwendolynne Barr 381f2e77c7 Add log-opts to Splunk daemon.json example (#4701) 2017-09-29 15:17:20 -07:00
Gwendolynne Barr 9923c1d83d Clarify VIP vs DNSRR options (#4736) 2017-09-29 14:52:21 -07:00
Michael Friis a710a5c643 fix formatting (#4722) 2017-09-27 10:24:36 -07:00
Wang Jie 7753e6050c Update ubuntu.md (#4724) 2017-09-27 10:21:51 -07:00
Misty Stanley-Jones 7dda3dc484 Update API, install files, upstream resources script for 17.09 2017-09-26 20:49:43 -07:00
Misty Stanley-Jones 500f1816b1 Update YAML files for CLI refs 2017-09-26 20:49:43 -07:00
Tycho Andersen 972cb35179 security: remove blurb about userns conflicting with r/o (#4396)
As of
66eb2a3e8f
in runc, this is no longer true (in fact, it was never true; the problem
was a bug in runc, not a kernel check). Let's remove it.

Signed-off-by: Tycho Andersen <tycho@docker.com>
2017-09-26 20:49:43 -07:00
Misty Stanley-Jones 99a697824b Add develop section, reorganize TOC (WIP) (#4312) 2017-09-26 20:16:59 -07:00
Michael Friis c361c516fa use the docker provider to install docker (#4717)
* use the docker provider to install docker

* Fix typo
2017-09-25 20:44:56 -07:00
Matt Gucci 8066416e76 Fix Docker for XX (#4710)
Docker for Mac 17.06
-> Docker for Windows 17.06 CE
2017-09-25 09:17:30 -07:00
Mathieu Parent 5f554f4d97 Add missing option to customized docker_gwbridge (#4698) 2017-09-22 10:18:14 -07:00
smartbit ea04a534a4 test repo is called test, not testing (#4697) 2017-09-22 10:14:13 -07:00
Gwendolynne Barr e2a441fef1 Repair note on deferred deletion (#4682) 2017-09-20 16:57:16 -07:00
Jim Galasyn e6bc5dd69a Update required CentOS version (#4678) 2017-09-20 13:42:54 -07:00
Misty Stanley-Jones 93b6932f13 Update example to use official consul image (#4670) 2017-09-19 15:37:23 -07:00