Commit Graph

176 Commits

Author SHA1 Message Date
Mehmood Deshmukh cd21fc334e
Changes in the sentence structures 2018-06-24 16:22:18 +05:30
Mehmood Deshmukh 6c54043f66
Fix docs for restart policies
Clears the confusion between the policies `always` and `unless-stopped`.
2018-06-24 16:19:54 +05:30
Jeff Geerling 38ecdd498f Add note about not using free to determine swap availability inside container. 2018-06-15 15:27:41 -07:00
Emiliano 'AlberT' Gabrielli b04bb8be45 fix nginx logs links
the log file is linked to the device, not viceversa :)
2018-06-15 14:51:45 -07:00
Mark Church afa6b0cd1b Update live-restore.md 2018-05-22 11:03:34 -07:00
Mattias Berge 56bfc9b782 Update resource_constraints.md
corrects information about quota. Its not about guarantee, it's about a hard limit before throttling.
2018-05-15 16:05:59 -07:00
Ethan Bell 107a0ce000 Add port publish example for particular host IP
Addresses #6478
2018-05-03 16:33:12 -07:00
Joao Fernandes b381efa359 Revert "TCP is not valid option for GELF log driver"
This reverts commit c750d9d5b4.
2018-05-01 15:34:38 -07:00
ada c750d9d5b4 TCP is not valid option for GELF log driver 2018-05-01 14:57:49 -07:00
vijay rama raju samanuri 541e0164be typo on run option (#6547) 2018-04-26 10:50:05 -07:00
Filipe Corrêa 9a3a4e5a4b Fix misspelling (#6384) 2018-04-06 10:44:40 -07:00
Gwendolynne Barr 4c2fc6dee7
Add redirect (#6293) 2018-03-23 10:28:25 -07:00
Gwendolynne Barr b679d3412c Revert "Fix docs for "unless-stopped" restart policy (#6287)"
This reverts commit 07fade089b.
2018-03-23 08:40:45 -07:00
adw1n 07fade089b Fix docs for "unless-stopped" restart policy (#6287) 2018-03-23 05:50:54 -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
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
Lydell Manganti 3d2f49842c Update runmetrics.md - fix broken link
Fix link to correct anchor, add space.
2018-03-02 10:53:31 -08:00
Lydell Manganti 5c63b0b9f8 Update runmetrics.md (#6069) 2018-02-27 07:39:02 -08:00
Lydell Manganti 66f9839296 Update json-file.md (#6085) 2018-02-26 22:50:13 -08:00
Vlastimil Zeman bd33e9ea08 Document journald tag as SYSLOG_IDENTIFIER (#5989) 2018-02-15 02:38:36 -08:00
Misty Stanley-Jones 82baac4741
Add a redirect (#5968) 2018-02-09 13:19:51 -08:00
Misty Stanley-Jones 9c56ec4596
Put back proxy server content (#5951) 2018-02-07 16:16:45 -08:00
Misty Stanley-Jones 8c1df0964c
Fix typo (#5945) 2018-02-07 13:30:32 -08:00
Misty Stanley-Jones a8e84a80e1 Restructure and rewrite network content 2018-02-07 11:31:02 -08:00
Misty Stanley-Jones a17a47dd77
Favor docker <object> <verb> format of commands (#5914)
Remove instances of:
- docker rmi
- docker images
- docker stop
- docker rm
- docker create
- docker exec
- docker attach
2018-02-05 09:33:47 -08:00
Misty Stanley-Jones 1b343beca4
Clean up information architecture (#5893)
- Move /engine/admin/ and /engine/userguide/ topics to /config/ and /develop/
- Get rid of some stub topics that are no longer needed
- Rename /engine/article-img/ to /engine/images/
- Mark ambassador linking topic as obsolete
- Flesh out multistage build topic
- Reorganize some terribly obsolete content in other files
2018-02-01 15:25:43 -08:00