Commit Graph

128 Commits

Author SHA1 Message Date
gbarr01 9e5ed3edd4 Update engine CLI docs, stubs, and TOC 2018-03-22 11:14:27 -07:00
Misty Stanley-Jones a55ddf60a9
Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
gbarr01 3950e84534 Update CLI reference files and TOC 2018-01-02 17:13:00 -08:00
Misty Stanley-Jones ea6f50b761 Add info about warnings in docker info (#5048) 2017-10-20 09:48:10 -07:00
Misty Stanley-Jones 500f1816b1 Update YAML files for CLI refs 2017-09-26 20:49:43 -07:00
Misty Stanley-Jones 48acbaddf6 Add link from config ref to config docs (#4072) 2017-08-29 15:10:56 -07:00
Misty Stanley-Jones 1c1a44e888 Vendor dockerd.md from upstream 2017-08-17 20:08:45 -07:00
Sebastiaan van Stijn e9bb8bf2bd Update references to moby/moby and 17.03.x branch (#3956)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-07-24 13:49:51 -07:00
WANG Yuexiao ec13b0a2e6 Fix --filter option for docker stack ps (#3723)
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2017-06-29 12:00:12 -07:00
Misty Stanley-Jones 6a82b21332 Update CLI refs for 17.06 2017-06-28 08:31:29 -07:00
John Mulhausen d6995e4c62 Various link/fwding fixes 2017-04-20 21:08:50 -07:00
Bill a3a7ae1e0b replaced docker/docker with moby/moby (#2879)
* replaced docker/docker with moby/moby

* fixed incorrect name changes in release notes

* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
Misty Stanley-Jones 10be60a80f Go back to small /edge (#2736)
* Go back to small /edge

* Update site front page

Add info about Editions
Reorganize components
Update headings

* Move logic of fetching content to a script

* Add v1.28 API

* Add info about versioned API
2017-04-13 18:58:56 -07:00
Misty Stanley-Jones b3ca1d6120 Add 17.04 CLI refs
Also adjust CLI stub pages and cli.md to look in a different
data folder for edge releases
2017-04-05 17:45:44 -07:00
Misty Stanley-Jones 669b51a889 Fix broken links (#2521) 2017-03-28 16:42:44 -07:00
Dave Henderson 0cc0a14596 Renaming README to README.md for better display (#2467)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
2017-03-28 09:28:02 -07:00
Michael Pereira 85ada8850d Replace deprecated MAINTAINER with LABEL (#1445)
Replace MAINTAINER instruction with LABEL as MAINTAINER was deprecated in https://github.com/docker/docker/pull/25466
2017-03-01 19:54:22 -08:00
Misty Stanley-Jones 980f3cc83a Remove duplicated content from CLI ref stub files 2017-02-21 09:35:45 -08:00
mathieui 3e713f6359 Fix a markdown rendering issue
The first snippet for “Create a docker service with specific hostname” is not properly rendered in the official docs: https://docs.docker.com/engine/reference/commandline/service_create/#/create-a-docker-service-with-specific-hostname---hostname
2017-02-14 18:24:54 +01:00
Peio Roth c567dccf46 Fix doc typo in compose examples (#1431) 2017-01-30 14:36:31 -08:00
Misty Stanley-Jones 9e29d0e03d Fix more broken links and images 2017-01-26 11:36:27 -08:00
Misty Stanley-Jones ef95a915eb Fixing broken links
Formatting improvements along the way
2017-01-25 11:51:14 -08:00
Misty Stanley-Jones 524692c7ad Add stack_ps to the TOC 2017-01-20 16:57:40 -08:00
John Mulhausen 2306a69da8 Update dockerd.md 2017-01-19 23:48:13 -08:00
Misty Stanley-Jones 9374c5fea0 Add examples to CLI generation templates 2017-01-19 11:21:04 -08:00
John Mulhausen 35898701eb YAML-sourced CLI refdocs 2017-01-19 11:12:55 -08:00
Misty Stanley-Jones e3a3145cd9 Sync vnext-engine branch to docker/docker SHA 2f12d2808464dcfdf45e0920fd508ce0ff12bd29
This branch will contain forward-looking Engine-specific docs
and be the equivalent of docker/docker master for docs
2017-01-19 10:10:15 -08:00
Misty Stanley-Jones d2e8ccf844 Remove engine docs for refs, plugins, deprecated from docs source
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-16 15:51:05 -08:00
Misty Stanley-Jones 1e688adaa7 Merge pull request #540 from dhauenstein/patch-1
Added GID to USER instruction
2016-11-16 14:25:00 -08:00
Daniel Hauenstein a726bf5ab8 rephrase description of adding GUI to USER instruction
Avoiding passive voice in description of adding a GUI to the USER
instruction
2016-11-15 13:18:47 +01:00
Misty Stanley-Jones b480b75413 Merge pull request #433 from docker/revert-175-patch-1
Revert "Engine reference BUILD tarball contexts mangled"
2016-11-11 16:25:40 -08:00
Daniel 1cead3926f Added GID to USER instruction
The USER instruction allows to set UID, but also GID by adding a group name to the UID separated by a colon. This should be reflected in the documents as well, as no GROUP instruction exists.
2016-11-11 10:50:47 +01:00
Gaetan 57b45d5f8d fix duplicated page titles (#512)
this also breaks page consistency, regarding anchor links (see #510)

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-09 16:35:33 -08:00
Roberto Aguilar 54338099ae Update service_create.md
Fixed "propation" typo
2016-11-05 18:02:49 -04:00
John Mulhausen 37f3456cba Update service_ps.md 2016-11-04 17:27:50 -07:00
John Mulhausen 69035630db Update dockerd.md 2016-11-04 17:26:56 -07:00
Misty Stanley-Jones eb5c8670bc Change instances of alias: to redirect_from:
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-04 17:07:02 -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
Misty Stanley-Jones 66cbcac67f Revert "Engine reference BUILD tarball contexts mangled" 2016-11-02 13:31:08 -07:00
Adrien Duermael 8fa5f3a5de absolute links to docs.docker.com are now relative links
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-11-01 17:01:41 -07:00
John Mulhausen 2a696ed430 Merge pull request #367 from cavemandaveman/dockerd
Alphabetize daemon config file options
2016-11-01 12:18:44 -07:00
Adrien Duermael e7ab7f7d03 removed menu.md files
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-10-31 13:45:56 -07:00
cavemandaveman bda6bc6bf6 Alphabetize daemon config file options 2016-10-27 14:11:03 -05:00
John Mulhausen 10b907190f Fix #332
Fix #332
2016-10-24 18:40:19 -07:00
weslord 8ac3830f70 Add aliases to engine/reference/ subdirs for backwards compatible links 2016-10-22 15:32:58 -07:00
Donald Ali 5095f84979 Remove duplicate `to` from glossary.md 2016-10-20 16:54:56 -07:00
John Mulhausen bb793f22d0 Merge pull request #175 from dsheets/patch-1
Engine reference BUILD tarball contexts mangled
2016-10-19 10:43:46 -07:00
John Mulhausen fdb632d304 Merge pull request #265 from liubin/liubin-patch-1
fix markdown syntax issue
2016-10-19 10:42:41 -07:00
Bin Liu 40eef2da44 fix markdown syntax issue
The markdown issue generated a strange html page at https://docs.docker.com/engine/reference/commandline/swarm_leave/
2016-10-19 01:29:15 +08:00
Misty Stanley-Jones 01910ab6d9 Update branding for macOS
Apple has changed their branding guidelines from 'OS X' to 'macOS'
so we should update ours to be within trademark / branding
guidelines. See http://www.apple.com/macos/sierra/

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-10-18 09:21:09 -07:00
drlukeangel d0eaa59c88 Small update to the scale documentation (#142)
* Small update to the scale documentation

Just a small update to make it a bit clearer with a bit more functionality.
2016-10-13 08:57:33 -07:00
David Sheets 7b41a45abe Engine reference BUILD tarball contexts mangled
Closed code fence, removed duplicate text. Perhaps caused by bad merge?
2016-10-12 12:23:12 +01:00
Misty Stanley-Jones 6955815d23 Merge pull request #111 from yuj/patch-1
Update restart.md
2016-10-11 15:53:52 -07:00
Ben Firshman e4dfc61fab
Update Go client to docker/docker/client
This has moved from docker/engine-api.

Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-10-11 13:59:27 +02:00
John Mulhausen ac39558cb1 Formatting fix 2016-10-11 01:10:13 -07:00
Misty Stanley-Jones e916f7f88e Change 'draft: true' to 'published: false' for Jekyll 2016-10-10 16:19:47 -07: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
James Yu 0688247f2e Update restart.md 2016-10-06 14:19:47 -07:00
John Mulhausen cb3f6f04a1 Merge pull request #48 from benizi/fix/raw-variables
Fix formatting for Markdown files containing `{{`
2016-10-06 09:46:51 -07:00
John Mulhausen 154bc45ab7 Merge pull request #87 from emcniece/fix-build-markdown
Adding fix for builder reference markdown
2016-10-05 17:02:40 -07:00
Eric McNiece 8c6c5a0e63 Adding fix for builder reference markdown 2016-10-05 16:50:29 -07:00
John Mulhausen e41a76bf81 Fix for table in reference/run 2016-10-05 16:02:13 -07:00
John Mulhausen 790dbb4cf4 Update builder.md 2016-10-05 15:39:53 -07:00
John Mulhausen 6538eba35f Update glossary.md 2016-10-05 15:39:27 -07:00
John Mulhausen f913e2c573 Update index.md 2016-10-05 15:39:09 -07:00
John Mulhausen e8ddc58189 Update run.md 2016-10-05 15:38:02 -07:00
John Mulhausen 40f16b311e Merge pull request #49 from benizi/fix/missing-code-fence
Add missing close tag for fenced code block
2016-10-05 10:32:31 -07:00
Vladimir Rutsky 210d261bb4 don't split verbatim text over few lines
Should fix improperly formatted documentation page.
2016-10-05 20:38:15 +04:00
Benjamin R. Haskell 57542590b3 Add missing close tag for fenced code block 2016-10-05 02:17:41 -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
John Mulhausen 0133cb646d Merge pull request #21 from pborreli/typos
Fixed typos
2016-09-30 11:51:42 -07:00
John Mulhausen 066b78bf86 Content rendering fixes 2016-09-30 01:51:56 -07:00
John Mulhausen 42964d8b7d Removing empty front-matter 2016-09-29 22:39:30 -07:00
Pascal Borreli 6cd3fe8bd2 Fixed typos 2016-09-30 01:52:12 +01: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 9d5e59d503 Moved engine imported docs to the engine subdirectory 2016-09-29 11:19:31 -07:00