Commit Graph

48132 Commits

Author SHA1 Message Date
Gwendolynne Barr a8edb4a0b0
Update docs (#6268) 2018-03-20 09:15:04 -07:00
Gwendolynne Barr 6a0f892adc
Remove toc min/max to repair right-hand nav (#6264) 2018-03-20 08:36:26 -07:00
James Sharpe 8ed45a47d2 Update description of swap parameter (#6265) 2018-03-20 08:20:17 -07:00
Laney Smith 6c4814e52c Update part5.md (#6259) 2018-03-19 19:35:02 -07:00
Bhavin Gandhi 9b064485e8 Fix typo in suse.md (#6261) 2018-03-19 13:56:41 -07:00
Joao Fernandes 39074a34b5
Bump Engine, UCP, DTR (#6260)
* Bump UCP to 2.2.6
* Bump DTR to 2.4.3
* Bump EE engine to 17.06.2-ee-7
* Address feedback
2018-03-19 11:18:18 -07:00
Gwendolynne Barr c39ddd656a
Repair arg example to match v2 (#6253) 2018-03-17 22:00:02 -07:00
Björn 9ba5248f1e Fix #5219: Change unsafe ARG example in compose file docs. (#5984) 2018-03-17 11:22:19 -07:00
Yuankun Zhang 559f0a1edd Fix typo in device-mapper-driver.md (#6250) 2018-03-17 10:08:08 -07:00
Gwendolynne Barr f4319a5222
Add docker ps for old Docker versions (#6246) 2018-03-16 14:22:29 -07:00
Akim Demaille ddc8bc6dd1 Desktop: split stable/edge release notes (#6231) 2018-03-16 11:03:24 -07:00
Sebastiaan van Stijn f7ef4c5576 Fix anchors to API version changes (#6242) 2018-03-16 08:07:55 -07:00
Michael 5edf2f07d9 Update "configure local computer" for SUSE SLES 12 2018-03-15 11:52:39 -07:00
khmel-aleh b4a27294c0 Update dockerfile_best-practices.md 2018-03-15 11:36:12 -07:00
gtardif e174c0fff9 Update misleading information on installing Docker for Windows desktop app (#6235) 2018-03-15 10:17:33 -07:00
Wang Jie 6a8c1c96fb Update troubleshoot.md (#6228) 2018-03-15 09:19:27 -07:00
gtardif 5e3b80f611 Docker for mac edge relnotes 18.03.0-ce-rc4-mac57 (#6232) 2018-03-15 08:52:32 -07:00
gtardif 8d485b880c Docker for windows edge relnotes 18.03.0-ce-rc4-win57 (#6233) 2018-03-15 08:41:23 -07:00
Gwendolynne Barr ffadcf5ae0
Repair device tool repo (#6223) 2018-03-14 12:16:58 -07:00
Gwendolynne Barr cec0209fde
Repair link to daemon config driver (#6219) 2018-03-13 18:49:12 -07:00
Akim Demaille c51f1baf2d Docker for Desktop updates (#6194) 2018-03-13 17:01:23 -07:00
Joseph Koblitz c330579224 Removed unsupported debian-based os 2018-03-13 15:50:45 -07:00
Joseph Koblitz 595616145a Issue fix #6163
https://github.com/docker/docker.github.io/issues/6163

Added additional documentation for non-official debian-based operating systems.
2018-03-13 15:50:45 -07:00
French Ben b7d96dc998 Bump of docker to 17.12.1 (#6205) 2018-03-13 12:17:05 -07:00
nandhini915 7574f86241 Reflect correct publisher approval flow (#6217) 2018-03-13 12:09:24 -07:00
Jeffrey M. Levesque 541e60ec16 #6215: compose-file-v2.md, fix 'version: 3.2' typo 2018-03-13 10:50:51 -07:00
Kir Kolyshkin 29c6de20fc Gemfile: bump gh-pages to v177
To be inline with https://github.com/docker/docker.github.io/pull/6153
and https://github.com/docker/docker.github.io/pull/6159.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2018-03-13 10:39:22 -07:00
Akim Demaille 14b53b68c3 Jekyll: don't put {% raw %} directives in pre blocks
Replace all occurrences of

    ```foo
    {% raw %}
    bar
    {% endraw %}
    ```

(which generates spurious empty lines in the rendered pre block) with

    {% raw %}
    ```foo
    bar
    ```
    {% endraw %}

Also, fix some occurrences where the raw section is too large and
prevented interpretation of Jekyll directives.

This is the syntax used in the documentation of Jekyll itself:

https://raw.githubusercontent.com/jekyll/jekyll/master/docs/_docs/templates.md

FTR, done with two perl substitutions:

    '^([\t ]*```[^\n]*
    )([ \t]*\{% raw %\}[^\n]*
    )' '$2$1'

and

    '^([ \t]*\{% endraw %\}[^\n]*
    )([\t ]*```[^\n]*
    )' '$2$1'

and manually tweaks.  A mechanical check would be most useful.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-03-13 10:28:29 -07:00
gtardif d99b2b4852 Docker for windows edge relnotes 18.03.0-ce-rc3-win56 (#6212) 2018-03-13 09:56:44 -07:00
gtardif 24df46e72a Docker for mac edge relnotes 18.03.0-ce-rc3-mac56 (#6213) 2018-03-13 09:56:02 -07:00
datenhahn ea12b40615 Update multi-service_container.md
Negative exitcodes are not allowed, see:

http://tldp.org/LDP/abs/html/exitcodes.html

exit takes only integer args in the range 0 - 255
2018-03-12 14:20:52 -07:00
Dave James Miller 3035ad0971 Fix capitalisation of WordPress in 3 places 2018-03-12 14:19:41 -07:00
Nathan Jones bf0f9768c4 Fixed broken dtr_version rendering
Commands were failing because the DTR version number wasn't rendering. I fixed it on this page by replacing "dtr_version" with "page.dtr_version" in three places.
2018-03-12 14:19:02 -07:00
Rajin Gill 04cf355bb8 Typo 2018-03-12 14:18:23 -07:00
Trapier Marshall 6211d325e8 indicate units on ucp metrics intervals
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-03-12 14:17:54 -07:00
Russell Cardullo d0cd5b1f6e Fix a few small typos in overlayfs documentation
Fixes a few minor typos in the overlayfs warning.
2018-03-12 14:15:27 -07:00
Joao Fernandes f3804e6012 Clarify order for overriding env vars 2018-03-09 13:23:31 -08:00
Joao Fernandes d670e54ac3 Update compose env to comply with styleguide 2018-03-09 13:23:31 -08:00
Yonghwan SO 5c8b79ba61 Fixed typo and duplicated block on wrong place.
Typo on install/linux/docker-ce/ubuntu.md: EE --> CE
Duplicated block on install/linux/docker-ee/ubuntu.md
2018-03-09 10:57:18 -08:00
Wang Jie 4e6c70c176 Update deploy-app.md
Should it be "and"?
2018-03-09 10:54:36 -08:00
Wang Jie a08e5363af Update plan-for-production.md 2018-03-08 16:53:54 -08:00
Wang Jie c56517543b Update install-manual.md 2018-03-08 16:53:29 -08:00
Wang Jie 1bbadc5d3a Update about.md 2018-03-08 16:52:50 -08:00
Wang Jie 33d336130d Update deploy-infra.md 2018-03-08 16:52:36 -08:00
Yonghwan SO 3e10a321f3 added missing 'end block mark' which made broken block 2018-03-08 16:51:54 -08:00
Ivan V 4836139458 Grammar fix
Grammar fix
2018-03-08 16:50:58 -08:00
Steven Showers 09aebb8a42 Update use-domain-names-to-access-services.md
Per https://github.com/docker/escalation/issues/467#issuecomment-370944782, it is not possible to redirect HTTPS to HTTP. A customer requested that we note this in the documentation (see Salseforce ticket 00040429).
2018-03-08 16:49:58 -08:00
Akim Demaille 19325ac6d1 Docker for desktop downloads (#6177) 2018-03-08 08:08:44 -08:00
Alec Clews 189031b6d6 Remove hard coded install dir for Homebrew
Instead of using `/usr/local` say `$(brew --prefix)`

Also fix the heading for `### Docker Daemon`
2018-03-07 15:33:38 -08:00
Jan Trejbal 30e139f4a8 Fix filename check-config.sh 2018-03-07 15:25:48 -08:00