Commit Graph

44 Commits

Author SHA1 Message Date
Misty Stanley-Jones 22e10b99f1 Fix Docker EE Windows links (#3789) 2017-07-03 12:15:28 -07:00
Victoria Bialas e471811997 fixed link (#3773)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-30 17:02:52 -07:00
Jochen ff3a209033 Update part5.md (#3725) 2017-06-30 16:58:29 -07:00
Misty Stanley-Jones 17e1da077b Tighten up base image and parent image terminology (#3720) 2017-06-28 11:56:41 -07:00
Tim Sorbera 59f1eceb8e update app.py to have consistent spacing (#3659)
shouldn't have both tabs and spaces in the same file
2017-06-22 16:36:27 -07:00
Taio Jia d0092e4660 Add notes (#3510)
* Add notes

After Docker Cloud Agent installed successfully, and run the `docker swarm init` and `docker swarm join` commands will got the errors, and can not register swarm with Docker Cloud.

```
*******************************************************************************
Docker Cloud Agent installed successfully
*******************************************************************************

You can now deploy containers to this node using Docker Cloud

ubuntu@test:~$ docker swarm init
docker: 'swarm' is not a docker command.
See 'docker --help'.

ubuntu@test:~$ sudo docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock dockercloud/registration
Unable to find image 'dockercloud/registration:latest' locally
latest: Pulling from dockercloud/registration
79650cf9cc01: Pull complete 
e720390eb80b: Pull complete 
7b619be6318c: Pull complete 
Digest: sha256:b0c89c6a446700394c7b85d93b9b1117e517504c64577586f535ceec353628e7
Status: Downloaded newer image for dockercloud/registration:latest
Error response from daemon: 404 page not found
```
So, `Use the Docker Cloud Agent to Bring your Own Host` does not support swarm mode.

* formatted note, clarified Cloud standard and swarm modes

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

* copyedits, rewrites

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

* copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-21 12:59:05 -07:00
Victoria Bialas 206977b90c clarify links to cloud topics (#3669)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-20 16:13:28 -07:00
Victoria Bialas bdc784a51e Get start streamline prereqs (#3628)
* streamlined get start prereqs

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

* copyedit for line spacing

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-16 11:52:54 -07:00
Kamlesh bc17693539 Create part4.md (#3610)
command line for list docker-machine has a missing hypen symbol '-'
2017-06-15 14:29:01 -07:00
Victoria Bialas 4dd375f587 added explanation of Compose files and commands (#3588)
* added explanation of Compose files and commands

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

* improved note content, formatting

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-13 15:17:17 -07:00
Andres Salgado 8524b3e493 Typos and unicode mistakes (#3557)
A typo and a unicode mistake was fixed.
2017-06-13 11:51:42 -07:00
Victoria Bialas 209bfaf52d copyedit of mdash, miscellaneous (#3584)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-12 19:33:43 -07:00
Victoria Bialas 4c05490bab Getstarted tweaks (#3294)
* getting started edits, improvements to flow

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

* added image of app in browser, more subtopics

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

* copyedit of Orientation

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

* copyedits, rewording, examples, additions for swarms and services

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

* review comments, troubleshooting hints and clarifications

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

* corrected cloud link to AWS beta swarm topic, added Azure

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-09 17:55:37 -07:00
Dave 88fa4dfde3 Fixed typo in docs (#3490) 2017-06-05 13:48:52 -07:00
joeabbey ecf3619e89 Update part4 (#3378)
* Update part4

Installation of VirtualBox should be in the requirements.

* Update part4.md
2017-05-25 16:57:46 -07:00
Ed Solis f42e3ff817 MInor spelling edit: Getting Started- Part 4 (#3344) 2017-05-22 12:54:46 -07:00
Chris Schooley efa5a4698a Update part3.md (#3305)
Following the steps above I spent several hours trying to "Troubleshoot slow Docker swarm performance" as each web server in my stack was taking 'forever' to respond to HTTP requests, but worked just fine when invoked directly. I noticed it was taking almost exactly 30 seconds every time, and when finishing the turorial (thus deploying Redis) I realized that the python apps were waiting for some kind of Redis timeout. After deploying with a working Redis service responses were quick as before.

As somebody new to Docker it would have been good to know that the web app itself (timing out for Redis) was causing the delay not the host system or docker configuration.
2017-05-19 15:46:14 -07:00
Aaron Shaver 832806bd06 Minor correction re round-robin load-balancing (#3288) 2017-05-19 15:37:57 -07:00
Alex Pulver 487bcdaf58 Align quotes coding style to double (#3263) 2017-05-17 12:36:01 -07:00
Rahiel Kasim 33cca5aa37 typo (#3256) 2017-05-14 20:52:46 +00:00
Shekhar Gulati 78e9d27cb5 Added timeout parameters so that request to application completes quickly (#2892)
This change will make sure request gets completed quickly. Without these it takes more than a minute for request to finish. This is especially important for beginners because they might not understand why request is taking so much time. Adding these parameters request completes quickly.
2017-05-10 09:59:10 -07:00
Michel Ruffieux bd18b17f4e Update part2.md (#3183) 2017-05-09 09:25:12 -07:00
Dara Kong 7b3108cc5c Fix IP address in getting started part 5 (#3200)
The docs incorrectly state how to access the web page app.  It should be accessed either node's IP address and NOT localhost.
2017-05-09 09:22:58 -07:00
Gabriel Baims fb8edddf49 Typo in redis port on docker-compose.yml example (#3153) 2017-05-04 22:41:33 +00:00
Martin Folkers 39f62ed0a1 Update part2.md (#3129) 2017-04-30 12:27:30 +00:00
Shlomi Izikovich 5b993445b0 Update part3.md (#3114) 2017-04-28 19:31:30 +00:00
John Mulhausen 9c95f929f5 Update part4.md 2017-04-26 14:16:00 -07:00
John Mulhausen c7737977f2 Update index.md 2017-04-26 13:55:25 -07:00
Victoria Bialas 48662e3d0a updating docker version command (#3058)
To get the output shown in the example, you need to run `docker --version` (`docker version` gives  you the long form version output)
2017-04-25 15:07:19 -07:00
Steven Hanna 9caf13ef87 spelling fixes without yaml (#3006) 2017-04-22 10:39:57 -07:00
Steven Hanna 7b7cf3e229 Added docker swarm init to tutorial (#2994)
* Added docker swarm init to tutorial

* Update part3.md
2017-04-21 16:25:42 -05:00
Steven Hanna b4f82bfbcc Get started ver1.13 or higher required (#2995) 2017-04-21 16:24:08 -05: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
marvin sl 03cf30eb99 Fixed typo in part 5 (#2960)
Typo "redploying" --> "redeploying"
2017-04-20 11:28:35 -05:00
John Mulhausen e73817265a Consistent image names, plz 2017-04-19 08:18:11 -07: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
Wang Jie 33a26ec3f0 Update part6.md (#2856)
* Update part6.md

Changes like these cannot be lively previewed. I wonder whether they are effective.

* Update part6.md
2017-04-18 10:28:18 -05:00
Wang Jie ff55c89ba1 Update index.md (#2855) 2017-04-18 10:22:35 -05:00
John Mulhausen 8820cfa6ff New 6-page "Get Started" (#2296)
* Create index.md

* Create part2.md

* Create part3.md

* Create part4.md

* Create part5.md

* Rewrite step 2

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update part2.md

* Update index.md

* Rewrite of part 3

* Tabs-based swarm instructions, pass 1

* Rewrite of parts 3 and 4, tabs implementation

* Navigation, rewrites, part 4 completion

* Part 5 w/Redis

* Part 5, compelte Redis, rename part 6

* TOC/redirect implementation

* Update part6.md

* Changing links to point to new tutorial

* Rewrites and asciinemas

* Fix overview

* Label diagrams

* Fix button

* Fix link to where Stacks are covered

* Fix typo

* s/file/directory

* Reformat paragraph

* Shorten tabs

* Typos

* Release DTR 2.2.4, 2.1.6

* 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

* Fix a few 404s (#2785)

* Fix typo

* Propose use of another word (#2791)

I think that interested is better than invested, in this case.

* Update secrets.md (#2780)

remove correct secret

* Change mount syntax on windows from //c/ to c:\ (#2761)

LGTM

* Update hackathon.md (#2773)

* nodes.md grammar correction (#2802)

* Grammar and formatting check (#2797)

* Wrong article

If the first word starts with a vowel sound you use an. If the first word has a consonant sound use a.

* Making the text bold

Removing backticks because probably the text needs to be bold and not marked as code.

* Update overview.md (#2805)

It should say 'predecessors', not 'successors'. Otherwise the sentence and the subsequent example don't make sense.

* shrink some big images (#2798)

Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>

* #2627 (#2804)

- Fix right sidebar overflow on rescale

* Update hackathon.md

* change pre-build to pre_build to remove confusion (#2813)

* change pre-build to pre_build to remove confusion

* clarify that pre_build hook refers to a file

* Update TOC to sentence case (#2790)

* add more info about DTR on the overview page (#2794)

fix #1904

* Update glossary.yaml (#2807)

Fix #2575.

* fix imports since docker api pkg migration, fix example repository name to be canonical (#2806)

* tweak: code format for filename (#2829)

* tweak: code format for filename

slight reword, so as to avoid confusion w/filename

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

* small changes just to kick build again

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

* Update hackathon.md

* fix broken links (#2808)

* fix broken link (#2809)

* [CONTRIBUTING] update broken link (#2826)

* [Debian] add gnupg2 requirement for stretch (#2823)

* TOC/redirect implementation

* Changing links to point to new tutorial

* Rewrites and asciinemas

* Fix bad merge

* Metadata, formatting

* Front page formatting, link instrumentation
2017-04-18 03:32:37 -05:00