Commit Graph

45866 Commits

Author SHA1 Message Date
Jarrod Pooler b656513b9f add system prune instructions (#2918) 2017-04-19 14:42:57 -05:00
Joao Fernandes 7e59731fd8 Update TOC to sentence case 2017-04-19 14:38:04 -05:00
Constanze Kratel a1b428ff00 #2675: Splunk Logging Docs: updated splunk-source description (#2917)
This description had a splunk-token example instead of splunk-source. Went ahead and updated the example. Remove bullet from a non-list item.
2017-04-19 14:36:34 -05:00
Suraj Narwade db6a60b806 Fixed django example (#2914)
Resolves #2468
2017-04-19 14:18:05 -05:00
Bill 475114c052 corrected Raspian steps (#2893) 2017-04-19 14:00:02 -05:00
Scott Eppler b05b346386 Update Task2, Step1 in 'set-up-dev-env.md' (#2863)
* Update Task2, Step1 in 'set-up-dev-env.md'

Originally the step mentioned Mac in general but the step is actually just for Docker Toolbox users.

* Fix Docker Toolbox link

Link was using HTML-style link and has now been updated to use Markdown-style.

* Fix Docker Toolbox link address
2017-04-19 13:25:11 -05:00
Jason "Manbeard" Al-Mansor d0f7fbb373 Fixed other links for Docker for AWS/Azure (#2906)
Derp'd and didn't update the text links under the images :-(
2017-04-19 13:19:12 -05:00
Jason "Manbeard" Al-Mansor 0ed96b94f7 Fix links for Docker for AWS/Azure (#2904)
Both links pointed to docker-cloud/, updated to the correct locations.
2017-04-19 13:06:18 -05:00
Victoria Bialas 22a0781b09 updated tip X Windows logout (#2902)
paragraph format updates

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-19 12:52:25 -05:00
pbxqdown e7d24e8562 Fix links (#2901) 2017-04-19 12:16:11 -05:00
John Mulhausen e73817265a Consistent image names, plz 2017-04-19 08:18:11 -07:00
Shubheksha Jalan 70d69b3133 Add different types of volumes to the glossary (#2831)
* add different types of volumes to the glossary

* clarify details about different types of volumes
2017-04-19 08:59:14 -05:00
Shubheksha Jalan d1308508e0 Make install instructions for Docker Compose clearer (#2814)
* clarify install instructions

* add direct install instructions for Ubuntu

* remove apt-get install instructions

* Edits
2017-04-19 07:03:20 -05:00
Rubab-Syed bdcd3be43c Add note that compose v3 doesnt support additional ipam configs (#2858)
* Add note that compose v3 doesnt support additional ipam configs (#1528)

* Fix minor tick (#1528)

* Edits
2017-04-19 07:00:23 -05:00
Frank B Greco Jr 59e4718500 adding https documentation (#2861) 2017-04-19 06:59:40 -05:00
Xiaodong Dai 37e6e6e187 Fix the file name in the command (#2899)
According to the context, this file name is incorrect. The correct file name should be: docker-compose.yml
2017-04-19 06:46:58 -05:00
John Mulhausen b1447f8863 Keyword edits 2017-04-19 04:45:12 -07:00
John Mulhausen fdb2947986 Update part6.md 2017-04-19 04:33:43 -07:00
Xiaodong Dai 6002488423 command error (#2898)
"docker-machine scp myvm1 docker-compose.yml myvm1:~ " is wrong,should "docker-machine scp docker-compose.yml myvm1:~"
2017-04-19 06:21:06 -05:00
Alexander Stefurishin e33bd74c5e fixed typo (#2896) 2017-04-19 06:13:16 -05:00
Shubheksha Jalan 3225ae94f2 make post-install linux instructions clearer (#2876) 2017-04-18 19:32:33 -05:00
Misty Stanley-Jones e7d06e2d65 Update several aspects of the networking intro (#2882) 2017-04-18 19:29:43 -05:00
Jesse Adametz 6f0f24f1bf Puts parallel CE/EE instructions in tabs to shorten page (#2871)
* Puts parallel CE/EE instructions in tabs to shorten page

* Removes some pre-tabs formatting
2017-04-18 17:42:02 -05:00
Shubheksha Jalan 7245c83c17 Add the --fail to `curl` commands when installing compose (#2817)
* Add the fail option to curl commands when installing compose

* move --fail to the beginning of the command for readability
2017-04-18 17:39:37 -05:00
Chandan Singh eee59dc29b Fix markdown for Docker Machine overview (#2874)
Currently, the formatting for https://docs.docker.com/machine/overview
is broken due to a hanging inline code block.

Fix it by moving the inline code block to a new line.

Signed-off-by: Chandan Singh <csingh43@bloomberg.net>
2017-04-18 17:26:42 -05:00
John Mulhausen 4cb2c0f432 Update hackathon.md 2017-04-18 14:31:25 -07:00
Victoria Bialas e23601f155 Clarify docs hack room times (#2872) 2017-04-18 16:22:36 -05:00
michaelspets b9a9789294 Fix broken link (#2870)
Signed-off-by: Michael Spetsiotis <michaelspets1234@gmail.com>
2017-04-18 16:13:58 -05:00
Steven Hanna b849864311 How to install/import posh-docker 2017-04-18 16:08:57 -05:00
Jesse Adametz 2dcd8d55a3 Clarifies compose push destination and requirements (#2843)
* Clarifies compose push destination and requirements

* Edits
2017-04-18 16:07:57 -05:00
Shubheksha Jalan ce28a292e8 Update doc-style for GUI text guidelines (#2819)
* update doc-style for GUI text guidelines

* Edits
2017-04-18 13:57:41 -07:00
Constanze Kratel 0cdec66639 Update composefile versions and quotes in examples
Changed version from 2 to 3, updated quotation marks to match example, changed front and back to frontend and backend.
2017-04-18 13:43:57 -07:00
John Harris 61ea4f090b Fix join function example to use inspect instead of ps (#2827) 2017-04-18 13:07:25 -07:00
Bhavin Gandhi 386d6dc6f7 Fix missing database user for Wordpress service (#2824)
* Fix missing database user for Wordpress service

It defaults to root if not specified. https://hub.docker.com/_/wordpress/

* Change root password to avoid confusion.
2017-04-18 13:03:08 -07:00
Vladimir Jimenez 3d2afe9f7b Fix fenced code block (#2864) 2017-04-18 14:45:29 -05:00
Prashant 3de3611a14 Update deploy-infra.md (#2833)
Updated for https://github.com/docker/docker.github.io/issues/786
2017-04-18 14:40:57 -05:00
Shubheksha Jalan f2a3814cbe Add note about HTTPS_PROXY 2017-04-18 14:26:13 -05:00
J 1d18cb37ac Update to fix ticket #850 (#2845)
* Update to fix ticket #850

Suggested fix was based on this [ticket](https://github.com/docker/docker.github.io/issues/850) and reference to this popular [Stackoverflow](http://stackoverflow.com/questions/33562109/docker-command-cant-connect-to-docker-daemon) issue.

* Update linux-postinstall.md
2017-04-18 14:19:38 -05:00
Steven Hanna 8422257f32 Formatting messed up with button on release pages (#2846)
/docker-for-aws/release-notes.md
/docker-for-azure/release-notes.md

/_includes/d4a_buttonds.md is used to insert the buttons on those pages.
Because the anchor tag uses the button class it applies a float:left and
needs to be overridden after. A simple div tag with class clearfix can
accomplish this. The buttons are also used inside a couple tables, but
there is no need for float: left in those cases and the div causes no
issues.
2017-04-18 14:07:33 -05:00
Shubheksha Jalan c879cdbae7 Fix URL for design proposal PRs (#2842)
* fix url for design proposal PRs

* Update advanced-contributing.md
2017-04-18 13:59:48 -05:00
Jesse Adametz 5787368f1f Fixes links to Notary repository (#2840) 2017-04-18 13:58:19 -05:00
Shubheksha Jalan 7dbca0d1d9 fix broken link to env file docs (#2816) 2017-04-18 13:44:06 -05:00
Shubheksha Jalan 3725131ad3 add datacenter to the glossary (#2811) 2017-04-18 13:27:14 -05:00
Steven Hanna bb885ec58f Code block indentation caused them to not parse correctly (#2839) 2017-04-18 13:25:34 -05:00
Shubheksha Jalan 6075f7115d add note about DNS server IP (#2822) 2017-04-18 13:19:31 -05:00
Bhavin Gandhi c79c8fa17e Fix the typo in link (#2835) 2017-04-18 13:17:45 -05:00
Prashant 19dcaa6e4d Fix rendering issue on opensource/workflow/work-issue.md (#2836)
* Update work-issue.md

Fix for issue : https://github.com/docker/docker.github.io/issues/1990

* Update work-issue.md
2017-04-18 13:11:58 -05:00
Victoria Bialas aed913d4ad added hack room location to front page (#2859)
* added hack room location to front page

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* copyedit

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-04-18 12:11:05 -05:00
Shubheksha Jalan 5a2714448f fix broken link for logging context (#2815) 2017-04-18 10:55:26 -05:00
Wang Jie 80fb32322e Update join-nodes.md (#2850)
Fix 2082
2017-04-18 10:50:08 -05:00