Wang Jie
3a7abe1394
Update restart.md ( #3318 )
2017-06-02 11:54:13 -07:00
Wang Jie
21c4dcc420
Update env.md ( #3317 )
...
* Update env.md
* Update env.md
2017-06-02 11:53:06 -07:00
Victoria Bialas
ab47785dc7
Machine unset env var, Cloud updates ( #3146 )
...
* added unset env instructions
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* machine env details, cloud swarm updates, copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fix per review, add Azure to note
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-03 12:01:33 -07:00
Steven Hanna
b43c302c46
Spelling mistakes ( #2970 )
...
* Spelling mistakes
* Delete last_page.md
2017-04-20 17:26:18 -05:00
Victoria Bialas
4b9493d276
fleshed out Machine scp command description, fixed Compose file notes ( #2265 )
...
copyedit to fix typo
wrapped text properly
replaced original example with Nathan's
added a better sub-title
specifically mentioned not using relative paths
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-03-10 16:30:26 -08:00
Victoria Bialas
fd49e78fb0
clarify syntax on swarm heartbeat for create machine command
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-21 11:40:28 -08:00
Gaetan
75fe044313
fix type of keywords entry in frontmatter (in /machine/) ( #556 )
...
keywords should be a string, not an array containing one string
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:51:12 -08:00
John Mulhausen
57757ddcfd
Merge pull request #409 from mstanleyjones/fix_liquid_warnings
...
Fix some Liquid warnings
2016-11-04 16:11:50 -07:00
John Mulhausen
558314bf56
Converges titles to imperative-form, front-matter based, and sentence-case ( #438 )
...
Multiple title fixes, consistency fixes, convergence into metadata-based titles.
2016-11-04 15:38:40 -07:00
Tino Breddin
69283150a5
FreeBSD: add build support
...
Signed-off-by: Tino Breddin <t@tolbrino.com>
2016-11-02 09:54:44 -07:00
Misty Stanley-Jones
d6ef6d5bb9
added info about d4mac, d4win in preparation for v1.12 publish set
...
copy-edit to remove extra/repeated info not needed in both sections
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-02 09:16:45 -07:00
Misty Stanley-Jones
20a6e1f31b
Fix some Liquid warnings
2016-11-01 09:45:00 -07:00
Joao Fernandes
5ea225187a
Update code blocks in machine/reference
2016-10-25 13:58:10 -07:00
Zahim Anas
e0decc85ca
[docker-machine ] Adding machine provision reference link
2016-10-17 12:48:29 +01:00
Benjamin R. Haskell
362e94b2bc
Disable Liquid templating for blocks with `{{`
...
Instead of disabling templating for entire files, fix instances
individually by wrapping blocks in:
```{% raw %}
... content ...
{% endraw %}```
Signed-off-by: Benjamin R. Haskell <docker@benizi.com>
2016-10-07 00:58:08 -04:00
Benjamin R. Haskell
65ec3a3763
Revert pull request #48
...
Reverts commit b3a620808a
in order to
replace it with more-targeted blocks.
2016-10-07 00:56:17 -04:00
Benjamin R. Haskell
b3a620808a
Fix formatting for Markdown files containing `{{`
...
They're usually examples of Go-style text templates. But, Liquid templating is treating them as variable substitutions. E.g., in `engine/reference/commandline/ps.md`:
```bash
$ docker ps --filter volume=remote-volume --format "table {{.ID}}\t{{.Mounts}}"
```
is rendered as:
```bash
$ docker ps --filter volume=remote-volume --format "table \t"
```
Solution is to wrap entire files in `{% raw %} ... {% endraw %}` blocks.
2016-10-05 01:58:24 -04:00
Misty Stanley-Jones
d53c6798c9
Convert TOML to YAML, tweaks to work with Jekyll
2016-09-29 17:16:03 -07:00
Misty Stanley-Jones
17f54b8475
Move machine docs to machine subdirectory
2016-09-28 20:45:49 -07:00