Commit Graph

47265 Commits

Author SHA1 Message Date
Misty Stanley-Jones 9df5cae37a Fix 404 (#4802) 2017-10-04 16:53:49 -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
Misty Stanley-Jones c6391e5998 Enable hide/show of elements that don't apply to archives (#4798) 2017-10-04 14:59:29 -07:00
Misty Stanley-Jones 322593c050 Add code to enable keeping archive.js in master (#4790) 2017-10-03 13:12:28 -07:00
Misty Stanley-Jones 7a71508625 Fix heading levels (#4788)
There were H3 headings without parent H2 headings.
2017-10-03 11:42:12 -07:00
Mauro Caffaratto 9922eec441 Provide advice about adding to the docker group (#4746)
* Provide advice about adding to the docker group

You need to add a standard user to the docker group to prevent sudo when calling docker

* Added link to post-install instructions
2017-10-03 08:19:42 -07:00
pinata-mac 578a4d1c15 Release notes for 17.09.0-ce-mac32 (Stable) (#4777)
* Docker for mac stable relnotes 17.09.0-ce-mac32

Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>

* Fix compose case

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>

* Update for 17.09.0-ce-mac33 patch
2017-10-03 07:47:50 -07:00
Jim Galasyn a40f89d856 [WIP] Add feedback on UCP disaster recovery (#4690)
* Add feedback on UCP disaster recovery

* Add table of backed up UCP data

* Add orgs to backup table

* Add feedback from Wayne and Josh
2017-10-02 16:09:48 -07:00
Vivek Saraswat 66bbbeab95 HEAD vs GET for ping (#4758)
Adding a description of https://github.com/docker/orca/issues/9701 until we can get this fixed
2017-10-02 11:50:25 -07:00
Jim Galasyn a312f6b76e Add Usage Settings screenshot (#4783)
* Add Usage Settings screenshot

* Add Liquid tag
2017-10-02 11:35:03 -07:00
Jeff Anderson 74a05028c7 Document the HRM default backend behaviors (#4748) 2017-10-02 10:54:22 -07:00
Wang Jie aa674631d4 Update index.md (#4771) 2017-10-02 10:50:09 -07:00
Wang Jie b5ab50f927 Update backups-and-disaster-recovery.md (#4770) 2017-10-02 10:49:42 -07:00
Wang Jie a602fac14c Update troubleshoot-configurations.md (#4769) 2017-10-02 10:48:32 -07:00
Wang Jie c685515a35 Update use-node-local-network-in-swarm.md (#4768) 2017-10-02 10:47:33 -07:00
Wang Jie 7eb41aa0c0 Update ucp-configuration-file.md (#4767) 2017-10-02 10:46:29 -07:00
Wang Jie 220f8e7676 Update store-logs-in-an-external-system.md (#4766) 2017-10-02 10:44:15 -07:00
Wang Jie d983f72fdc Update set-up-high-availability.md (#4765) 2017-10-02 10:43:45 -07:00
Wang Jie 7c7cbd9395 Update integrate-with-dtr.md (#4763) 2017-10-02 10:43:18 -07:00
Wang Jie 49ef1e5828 Update set-session-timeout.md (#4764) 2017-10-02 10:42:45 -07:00
Wang Jie 7f40428fa0 Update join-windows-worker-nodes.md (#4762) 2017-10-02 10:42:15 -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
Michael Friis d95a30b75a fix url (#4782) 2017-10-02 10:33:02 -07:00
pinata-mac 33dcea97d2 Release notes for 17.09.0-ce-win32 (Stable) (#4778)
* Docker for windows stable relnotes 17.09.0-ce-win32

Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>

* Fix compose case

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2017-10-02 08:55:04 -07:00
Misty Stanley-Jones 7c800e7054 Tweak formatting of options tables (#4730) 2017-09-29 17:38:46 -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
pinata-mac 363a4fd351 Docker for mac edge relnotes 17.09.0-ce-mac31 (#4756)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-29 13:49:36 -07:00
pinata-mac 707f159e16 Docker for windows edge relnotes 17.09.0-ce-win31 (#4755)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-29 13:46:44 -07:00
Victoria Bialas 788532ff45 added note re: setting ENV variables for proxy servers in Dockerfile (#4759)
* added note re: setting ENV variables for proxy servers in Dockerfile

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

* review comments

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

* reworded note title, removed link out to ENV per review comments

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

* added info to docs test page about how to link to auto-generated reference pages

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

* added more info to test on re: linking

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

* format ENV as a command

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-29 13:29:21 -07:00
Wang Jie d77ebe6bfc Update system-requirements.md (#4750) 2017-09-29 03:37:49 -07:00
Wang Jie 31521bdc36 Update upgrade.md (#4753) 2017-09-29 03:37:20 -07:00
Wang Jie 0736779d2a Update plan-installation.md (#4752) 2017-09-29 03:36:24 -07:00
skymon efc204bade Update networking.md (#4684)
changed --p to -p
2017-09-28 17:24:04 -07:00
Emil Heskey Staurset d975f5fe4f Fix typo introduction (#4745)
Fix typo in introduction for the link about how to link the AWS account to docker cloud.
2017-09-28 17:23:39 -07:00
Andrew Schwartzmeyer 665727f90f Fix PowerShell syntax (#4714)
Assignment to a variable requires the dollar sign, e.g. `$variable = ...`
2017-09-28 17:20:16 -07:00
Manuel Morejón 2234936e35 Fixing spelling correction (#4673)
Fixing spelling correction into namespace section.
2017-09-28 17:19:44 -07:00
Jim Carroll 9de1f5ed49 Updated broken path (#4715)
Updated path to reflect current location of manage-access-with-collections.md
2017-09-28 17:16:28 -07:00
Wang Jie 50a99c7dd2 Update architecture.md (#4744) 2017-09-28 10:53:16 -07:00
Wang Jie 91c6e5efc2 Update linux.md (#4739) 2017-09-28 10:52:05 -07:00
Victoria Bialas 3c97bc9875 Clarified rebuild and publish as part of iterating on app (#4737)
* clarified rebuild and publish as part of iterating on app

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

* copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-28 09:35:54 -07:00
Jim Galasyn f21077adc3 Update for v17.06 archive (#4735) 2017-09-27 18:06:20 -07:00
Victoria Bialas 6b51deb499 updated Compose file with absolute data path, removed scp from steps (#4734)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-27 16:46:28 -07:00
Misty Stanley-Jones ae8d81a90e Fix problems in the SDK examples (#4733) 2017-09-27 16:01:02 -07:00
Wang Jie 913ffbcd62 Update FAQ.md (#4718) 2017-09-27 11:00:33 -07:00
Wang Jie 794381a157 Update manuals.md (#4719) 2017-09-27 10:30:40 -07:00