Commit Graph

1200 Commits

Author SHA1 Message Date
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
James Mills
ee0881286b Make dockremap and testuser uid/gid match (#4667)
This example is leading to confusion when folks populate /etc/sub{g,u}id with dockremap:231072:65536 instead of testuser:231072:65536.  Step 4 (verification) of "Enable userns-remap on the daemon" doesn't match if the dockremap uid/gid is used.
2017-09-19 11:33:08 -07:00
Misty Stanley-Jones
7388b14411 Add Windows example for running Prometheus (#4661) 2017-09-19 10:23:20 -07:00
Victoria Bialas
bc4d4722ea Change ifconfig to ip addr show on Networking w/hints for Docker for Mac, Windows (#4626)
* updated ifconfig to ip addr show w/hints for Docker for Mac, Windows users

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

* improved the note on Docker for Mac and Windows

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

* Copyedit, expand info

* Fix typo
2017-09-14 13:17:08 -07:00
Misty Stanley-Jones
272f0dbb95 Put back info on --storage-driver and caveats (#4604) 2017-09-13 10:13:02 -07:00
Larry
e39f5dccf6 Fix paths for devicemapper (#4562) 2017-09-11 17:06:53 -07:00
Muyiwa Iyowu
5005c9521c append to extfile.cnf (#4541)
Append "extendedKeyUsage = clientAuth" to the openssl config file instead of replacing it.
2017-09-11 17:04:56 -07:00
zaggash
a9bbafe693 Missing space (#4535) 2017-09-11 17:03:53 -07:00
Wang Jie
fb870c0f52 Update userns-remap.md (#4534) 2017-09-11 17:03:25 -07:00
huwenfeng
e0a5dffa69 Update index.md (#4532)
add emphasis automatic service discovery on the default network and user-defined networks
2017-09-11 17:02:44 -07:00
Douglas Jose
5d6f807187 Update ansible.md (#4531)
Edited wrong `docker_container` module name.
2017-09-11 17:01:57 -07:00