Commit Graph

48211 Commits

Author SHA1 Message Date
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
Joffrey F 9d7b382453 Update machine release notes (exoscale driver additions)
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-03-06 13:14:33 -08:00
Joffrey F 6d40a578ba Document new additions in Machine 0.14.0
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-03-06 13:14:33 -08:00
Joffrey F 0b483eaaf6 Machine 0.14.0 release notes
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-03-06 13:14:33 -08:00
Joffrey F 9e7c495625 Bump machine version
Signed-off-by: Joffrey F <joffrey@docker.com>
2018-03-06 13:14:33 -08:00
Yoan Blanc d10564f5f4 machine exoscale: support SSH key file
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
2018-03-06 13:14:33 -08:00
David Archer 25d20f02d3 openstack: add option for enabling configuration drive (#5724)
Signed-off-by: David Archer <darcher@gmail.com>
2018-03-06 13:14:33 -08:00
Joao Fernandes ead83665b8 Fix broken link 2018-03-06 11:53:04 -08:00
Joao Fernandes 610f952eca Remove duplicate sentence 2018-03-06 10:14:48 -08:00
Markus Fasselt 170c245b6a Fix incorrect link (#6156) 2018-03-06 07:01:29 -08:00
sabkent efd97e5562 Update network-tutorial-overlay.md (#6157) 2018-03-06 06:59:16 -08:00
Shane O'Grady a78f7d345f Fix typo (#6158)
maxumum -> maximum
2018-03-06 06:57:29 -08:00
Joao Fernandes eeb765a316 Clarify which version of Notary to use with EE 2018-03-05 11:09:33 -08:00
Gwendolynne Barr 68614f423b
Repair corrupted yaml file (#6146) 2018-03-05 09:34:33 -08:00
Chris Helming 81619c2168 Update bridge.md (#6144) 2018-03-05 07:07:57 -08:00
Gwendolynne Barr 313ec1f836
Tidy language on daemon index (#6128) 2018-03-02 16:30:41 -08:00
Russell Cardullo 1b9d732e46 Fix broken links to postinstall documentation
Fixes a number of links that were pointing to the wrong location
for the linux post-installation steps.
2018-03-02 13:44:45 -08:00
Norman Kämper-Leymann 4c36f67964 Update rails.md
Avoid running `docker-compose run web rake db:create` every time you restart/rebuild the app.
2018-03-02 11:11:08 -08:00
Edward Angert e5e1b8dba7 fixed Container networking link
fixes https://github.com/docker/docker.github.io/issues/6115
2018-03-02 11:03:19 -08:00
John Gasper dd75c65162 Update https.md 2018-03-02 11:01:34 -08:00
John Gasper c1db5bd9a2 fixing a command's description
the command does not create a key, but generates a signed cert based on the CSR.
2018-03-02 11:01:34 -08:00
Seth Reid 3a2e0c8e18 Added required line to update TLS version
Github now only supports TLS1.2 and you need to run the following command to make sure these instructions work. Please let me know if my phrasing is not good and I can update to make it work
2018-03-02 10:58:44 -08:00