Commit Graph

45228 Commits

Author SHA1 Message Date
Gaetan 01a3ba1e09 fix type of keywords entry in frontmatter (in /cs-engine/) (#554)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:48:10 -08:00
Gaetan 9ca1f95a40 fix type of keywords entry in frontmatter (in /notary/) (#553)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:47:20 -08:00
Gaetan a5e01e1844 fix type of keywords entry in frontmatter (in /engine/) (#552)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-11 14:45:24 -08:00
Misty Stanley-Jones b1b1ef532d Merge pull request #544 from cpuguy83/1.12.3-cs4_notes
Add releases notes for 1.12.3-cs4
2016-11-11 14:34:25 -08:00
David Williamson 186dfbb336 Update compose example to work better with swarm
Update the compose example:

* Remove the `links` directive. This allows swarm to distribute containers across available nodes. (with the `links` directive, swarm will be forced to run both containers on the same node.) Note that the `depends_on` directive is sufficient to ensure correct container start up sequence.
* Use a docker volume instead of bind mounting a local directory.
* Give docker-compose commands for shutting down the Wordpress app, showing how to preserve or remove the persisted data in the volume.

Verified proposed change works correctly in both a swarm and a non-swarm environment.
2016-11-11 14:24:39 -08:00
Adrien Duermael d94864d091 remove jekyll-gist from _config.yml (#547)
jekyll-gist gem is not being used anymore.

Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-11-11 13:49:47 -08:00
Joao Fernandes 7c0dc0decd Merge pull request #545 from joaofnfernandes/vnext-datacenter
Add UCP 2.0, DTR 2.1 docs
2016-11-11 12:44:19 -08:00
John Mulhausen 848f35020d Remove draft getting started files (#546)
* Delete index.md

* Delete part2.md

* Delete part3.md

* Delete part4.md

* Delete part5.md
2016-11-11 12:08:02 -08:00
LRubin fb16e8b845 Merge pull request #535 from londoncalling/cloud-dashboard-link
updated link to Docker Cloud and surrounding text
2016-11-11 11:47:43 -08:00
Joao Fernandes 821d1566cd Merge remote-tracking branch 'docs-private/vnext-datacenter' into vnext-datacenter 2016-11-11 11:39:43 -08:00
John Mulhausen 6d7e521235 Fixes #539 2016-11-11 11:34:38 -08:00
Joao Fernandes 3a9a5a73b4 Improve release notes for datacenter 2016-11-11 11:32:12 -08:00
Victoria Bialas ce5983623b updated link to Docker Cloud and surrounding text
incorporated review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-11 11:31:23 -08:00
Brian Goff 5543625ba4 Add releases notes for 1.12.3-cs4
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-11-11 13:51:38 -05:00
David Sheets 1bfc70629d Docker for Mac: osxfs: remove outdated content
Events are delivered regardless of symlinks now. Also fix typo.
2016-11-11 16:37:10 +00: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
John Mulhausen bcb14821d5 Update not_edited_here.yaml 2016-11-11 00:47:29 -08:00
John Mulhausen ef4247f9fd Removal of vestigial include 2016-11-10 18:33:15 -08:00
John Mulhausen 16bf63b3a8 Merge conflict fixes 2016-11-10 18:31:35 -08:00
John Mulhausen bc0cad8727 Edit this page should be overridden in some cases 2016-11-10 18:28:54 -08:00
John Mulhausen 80b3c2c4c1 Implement auto-assigned ticketing (#527)
* Implement auto-assigned ticketing

* Update _config.yml

* Update docs.html

* Update _config.yml
2016-11-10 16:51:27 -08:00
John Mulhausen edf553f892 Implement auto-assigned ticketing 2016-11-10 15:23:12 -08:00
Victoria Bialas a952eed18e Merge pull request #526 from londoncalling/machine-caps-exoscale-menus
Init cap Exoscale in Machine driver docs side menu
2016-11-10 14:58:46 -08:00
Jonas Friedmann 4d83c1bb08 Add missing dollar-sign / consistent shell style (#426)
* Add missing dollar-sign

* Remove dollar-sign for single commands without output
2016-11-10 14:54:49 -08:00
Victoria Bialas 84ab8f8b1c Init cap Exoscale in Machine driver docs side menu
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-10 14:45:22 -08:00
Joao Fernandes b405004e07 Add canonical urls to datacenter articles 2016-11-10 14:34:15 -08:00
Victoria Bialas 3dff2878ed Merge pull request #525 from londoncalling/d4mac-win-beta30
added d4mac, d4win beta 30 release notes
2016-11-10 14:21:29 -08:00
Joao Fernandes b154bb1152 Remove old datacenter docs from sitemap, robots.txt 2016-11-10 14:11:49 -08:00
Victoria Bialas 8b257450a6 added d4mac, d4win beta 30 release notes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-10 14:10:20 -08:00
Gaetan c56964c890 fix type of keywords entry in frontmatter (in /swarm/ dir and search.md and release-notes.md) (#515)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-10 11:59:37 -08:00
Gaetan 06e2875742 fix type of keywords entry in frontmatter (in /opensource/) (#516)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-10 11:58:22 -08:00
Gaetan 1589927ce8 fix duplicated titles having different values (#514)
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-10 11:57:20 -08:00
Kurochan 801118b719 fix 404 at README.md (#519)
Fixes #518

Signed-off-by: kurochan <kuro@kurochan.org>
2016-11-10 11:54:47 -08:00
Gaetan ba50ab5ff6 fix type of keywords entry in frontmatter (in /registry/) (#517)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-10 11:54:25 -08:00
Kurochan 5ecd32518a fix 404 at: /opensource/make-a-contribution/ (#520)
Fixes #501

Signed-off-by: kurochan <kuro@kurochan.org>
2016-11-10 11:53:03 -08:00
Andy Clemenko b88cf5d65f Update offline link (#524)
Update link for new version of DDC.
2016-11-10 11:51:21 -08:00
Andy Clemenko 3933523acd Updating the offline
update the link for UCP 1.1.4 and DTR 2.0.4
2016-11-10 12:03:43 -05:00
Joao Fernandes 9622d27531 Refactor DTR urls 2016-11-09 20:29:30 -08:00
Joao Fernandes b2f550b3b1 Refactor UCP 2.0 urls 2016-11-09 19:27:24 -08:00
Joao Fernandes f2b7c3e1db Fix UCP offline install 2016-11-09 18:25:07 -08:00
Joao Fernandes 1b905e114c Fix datacenter broken links 2016-11-09 18:24:01 -08:00
Joao Fernandes e0ad4278d3 Update DTR install 2016-11-09 17:52:38 -08:00
Joao Fernandes e9b670ac99 Add DTR API docs 2016-11-09 17:30:18 -08:00
Joao Fernandes 76c61098e8 Merge branch 'vnext-datacenter' of https://github.com/docker/docs-private into vnext-datacenter 2016-11-09 17:14:03 -08:00
Joao Fernandes 0d627d07b8 Update DTR reference titles 2016-11-09 17:13:35 -08:00
Gaetan 3544131970 fix type of keywords entry in frontmatter (in /docker-for-mac/ dir) (#496)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-09 16:38:09 -08:00
Gaetan 87087737ec fix type of keywords entry in frontmatter (in /docker-for-windows/ dir) (#497)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-09 16:37:34 -08:00
Gaetan 546ba52f34 fix type of keywords entry in frontmatter (in /docker-store/, /toolbox/, and /kitematic/ dirs) (#499)
keywords should be a string, not an array containing one string

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
2016-11-09 16:37:00 -08: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
Victoria Bialas 159da9226a fixing TOC entry for Docker Store publish topic (#513)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-11-09 16:34:52 -08:00