Commit Graph

44731 Commits

Author SHA1 Message Date
John Mulhausen 225c2fdaaa Revert "Fix left-hand nav font re-render on page load (#1483)"
This reverts commit ced8418c35.
2017-02-03 00:46:53 -08:00
Misty Stanley-Jones ced8418c35 Fix left-hand nav font re-render on page load (#1483) 2017-02-02 22:56:42 -08:00
Misty Stanley-Jones 01e5be5a01 Various Jekyll optimizations (#1487)
Add `tree: true|false` front-matter key (default to true)
to disable the left-hand nav tree on a per-page basis

Disabling the tree also disables reading time

Disabled tree on search, sorry, thank-you-subscribing-docker-weekly

Use null layout for allpagelinks.md and limit it to pages that have a title
(which leaves out redirects, which are not real pages)

Add site-generation date and time to footer, in a tiny unobtrusive font
2017-02-02 22:56:02 -08:00
Victoria Bialas cb72820ca9 Merge pull request #1491 from docker/londoncalling-patch-4
copyedit
2017-02-02 22:46:25 -08:00
Victoria Bialas 383c365829 copyedit
removed extra, duplicate line
2017-02-02 22:19:56 -08:00
Victoria Bialas 271b6e3664 Merge pull request #1490 from londoncalling/d4win-windows-containers-ports
addressed Windows container issue with troubleshoot item
2017-02-02 21:35:28 -08:00
Victoria Bialas ea5aba3bc4 addressed Windows container issue with troubleshoot item
rewording

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-02 21:25:29 -08:00
LRubin a4a28a6f89 cloud image updates
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-02 16:58:43 -08:00
Misty Stanley-Jones ad900b3f07 Merge pull request #1470 from JamesDrummond/patch-1
Update ubuntu.md
2017-02-02 13:30:21 -08:00
LRubin 903100625a Merge pull request #1436 from sanscontext/cloud-robots
Cloud: add note on machine users
2017-02-02 10:37:15 -08:00
Misty Stanley-Jones 2a88caa628 Merge pull request #1474 from mstanleyjones/auto_toc_inpage2
POC 2 for in-page TOC
2017-02-01 21:21:37 -08:00
Misty Stanley-Jones eb3c38fda5 Remove manual TOC from D4M and D4W release notes 2017-02-01 19:49:14 -08:00
Misty Stanley-Jones 8d3145ff3b Add an automatic TOC to pages that don't have no_toc in front-matter 2017-02-01 19:49:07 -08:00
John Mulhausen b547d91606
Publish v1.12 archive 2017-02-01 15:56:44 -08:00
Victoria Bialas e74934927b Merge pull request #1473 from docker/londoncalling-patch-2
linked to "service" definition in glossary, edits
2017-02-01 15:35:16 -08:00
Victoria Bialas 27106d338c linked to "service" definition in glossary, edits
* added a link to the glossary definition for "service"
* improved wording on description of what a service is, inline here
2017-02-01 15:14:21 -08:00
Victoria Bialas d48cad8635 Merge pull request #1472 from docker/londoncalling-patch-1
Update customize-app.md
2017-02-01 15:00:15 -08:00
Victoria Bialas d404e6f134 Update customize-app.md 2017-02-01 14:21:54 -08:00
Victoria Bialas 3a877398f1 Merge pull request #1469 from londoncalling/more-voting-app-tweaks
improved voting app intro
2017-02-01 14:12:19 -08:00
James Drummond bd3cda58b4 Update ubuntu.md
Added line `apt-get install software-properties-common` to install packages that include `add-apt-repository`.
2017-02-01 15:39:01 -06:00
Victoria Bialas e4f06be4b8 improved voting app intro
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-01 12:32:59 -08:00
Misty Stanley-Jones 1277302ce0 Merge pull request #1457 from stevemao/patch-2
hello-world is an image
2017-02-01 11:14:44 -08:00
Misty Stanley-Jones b4009cb10a Merge pull request #1466 from FrenchBen/amend-buttons
Buttons were backwards
2017-02-01 11:13:55 -08:00
French Ben 23c0393e50 Buttons were backwards
Signed-off-by: French Ben <frenchben@docker.com>
2017-02-01 10:45:00 -08:00
Rick Anderson 47aa2c597a VMs vs. containers (#1439)
* VMs vs. containers

Containers can also partition hardware, it's the OS isolation that really differentiates them.
2017-02-01 09:17:18 -08:00
Victoria Bialas 51c9655cca Merge pull request #1458 from londoncalling/voting-app-tweaks
updates to voting app for better readability
2017-01-31 22:42:39 -08:00
Victoria Bialas 02ee9e0800 updates to voting app for better readability
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-31 21:58:46 -08:00
Steve Mao a026aa3be8 hello-world is an image 2017-02-01 15:35:21 +11:00
John Mulhausen 232ab64c09 Support for related commands in CLI 2017-01-31 18:52:24 -08:00
John Mulhausen b4f92362b6 Fix for Swarm CLI docs 2017-01-31 18:39:27 -08:00
Rick Anderson 706c659f55 react to feedback 2017-01-31 15:51:29 -10:00
Misty Stanley-Jones 04be54ab2d Merge pull request #1406 from nathanleclaire/gogo_gadget_cloud_editions
Add D4A Quickstart sections
2017-01-31 17:25:53 -08:00
Jérôme Petazzoni 02ed910010 Add a space after a dot (#1455) 2017-01-31 17:11:33 -08:00
Misty Stanley-Jones 7d9b7e0672 Merge pull request #1452 from docker/oracle_install_edits
Remove redundant sentence fragment
2017-01-31 16:35:19 -08:00
Misty Stanley-Jones ba231c7559 Merge pull request #1364 from nathanleclaire/why_d4a
Add 'Why Docker for AWS/Azure' doc
2017-01-31 16:29:54 -08:00
French Ben 52d42c3ce4 Include example from latest docker docs (#1441)
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-31 16:28:10 -08:00
James Wang 9b472dc8ba Update baseimages.md (#1453)
Docs used a `:` instead of a `.` for `ubuntu:16.04`.
2017-01-31 16:27:30 -08:00
Misty Stanley-Jones 53a7608acb Merge pull request #1418 from nathanleclaire/one_concern_per_container
Fix "one process per container" -- Add touchups to Dockerfile best practices
2017-01-31 16:20:48 -08:00
LRubin 0a9c392f9d add create swarm doc
Signed-off-by: LRubin <lrubin@docker.com>
2017-01-31 16:02:38 -08:00
Misty Stanley-Jones 18405f86c4 Remove redundant sentence fragment 2017-01-31 15:55:44 -08:00
Nathan LeClaire 2b7dd30419 Add 'Why Docker for AWS/Azure' doc
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-01-31 15:24:39 -08:00
Rick Anderson bf8a631174 Update faq.md
Reduce RO sentences and minor cleanup.
2017-01-31 12:11:20 -10:00
Nathan LeClaire 998ad7b90e Add touchups to Dockerfile best practices
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-01-31 13:17:08 -08:00
Victoria Bialas 70360a2526 Merge pull request #1446 from londoncalling/d4mac-win-beta40
adding d4mac, d4win beta 40 release notes
2017-01-31 08:15:14 -08:00
Victoria Bialas 0214bd5bf1 adding d4mac, d4win beta 40 release notes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-31 08:00:20 -08:00
krasi-georgiev 5f8c3c1124 make docs - isn't this outdated ? (#1443)
make doesn't seem to have docs target anymore so should I change the docs ?
2017-01-31 04:44:01 -08:00
Steve Mao 633c5b07e0 fix typo (#1442) 2017-01-31 04:43:04 -08:00
Victoria Bialas 964ecf1e9c Merge pull request #1435 from londoncalling/d4mac-win-experimental
clarified that experimental mode is enabled in d4mac, d4win
2017-01-30 17:59:00 -08:00
Victoria Bialas 274a666900 clarified that experimental mode is enabled in d4mac, d4win
updated stable, beta download, and experimental mode descriptions with more detail

copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-30 17:43:43 -08:00
Jakob Færch 8a417bff5c Change accidental "Docker for Azure" leftover (#1432) 2017-01-30 14:40:49 -08:00