Commit Graph

243 Commits

Author SHA1 Message Date
John Mulhausen c8eeebcd0d
Adding note on where to insert ENV calls for proxy config
Fixes #5386
2017-12-15 16:22:43 -08:00
John Mulhausen 652659361c
Offer --native-ssh workaround
Fixes #5513
2017-12-15 15:38:44 -08:00
John Mulhausen e11d8ec998
Add a couple more prerequisites
Fixed #5447
2017-12-15 15:31:44 -08:00
Bui Quang Duc 94e0a5dc8c Update part4.md 2017-12-07 14:02:56 -08:00
Victoria Bialas fa27b198a0
added note in get started to emphasize need to use up-to-date versions and tools (#5311)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-15 12:51:46 -08:00
maxstreichert d61b10fde1 creating a new service (#5295)
a new service will be created, not updated for the first time.
2017-11-13 13:25:37 -08:00
Antti Ollilainen 4bbaa46993 Get started part 2: How to access app in container on Windows 7 Docker Toolbox (#5182) 2017-11-10 15:25:54 -08:00
Max Mikhaylov c21ec69572 Added reference to the proxy setup in part 2 to part 1 of tutorial (#5170)
* Added reference to proxy settings

Added reference to proxy settings in part 2 since proxy needs to be configured in order to run hello-world container.

* Update index.md

add newline

* Update index.md

fixed link
2017-11-10 10:37:43 -08:00
umarcostuc dc55b65d2e Cert issues fixed when running pip
I had certificates issues when the pip command was run:
There was a problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:661)
Using the pip like this solved the issue:
RUN pip install --trusted-host pypi.python.org -r requirements.txt
2017-11-07 10:04:33 -08:00
Victoria Bialas 717521dc1c
added note re: needing to explicitly stop containers on Windows vs. Ctrl+C (#5224)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-06 13:37:38 -08:00
Victoria Bialas 474c81b52f
fix spelling typo (#5215)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-03 11:38:26 -07:00
Leo Cho fbd66fb290 update service name 2017-11-02 11:05:42 -07:00
John Mulhausen 1e20b290e7
Update part3.md 2017-11-01 00:02:13 -07:00
John Mulhausen 7064350749
Shortening part 3 2017-10-31 17:49:51 -07:00
John Mulhausen c8e0ea9226 Fixes #5090 2017-10-25 15:36:47 -07:00
Thomas Sjögren e6f3b11388 fix env proxy format (#4989)
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
2017-10-20 15:59:25 -07:00
Victoria Bialas b7374d0f3a updated command summaries on Getting Started to reflect new workflows (#5014)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-17 16:24:03 -07:00
Gwendolynne Barr bdc6fb8e9c Configure curl to use ipv4 (#4964) 2017-10-14 10:10:35 -07:00
Gwendolynne Barr d078d1e4ab Copyedit suggestions for part4 (#4832)
* Copyedit suggestions for part4

* The container ls aside is confusing
2017-10-10 07:20:28 -07:00
Victoria Bialas 012969eb9f WIP: Getting Started, improve deploy to cloud topics/UX of those steps (#4751)
* images to cover AWS deploy

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

* added instructions on opening ports with security groups in AWS

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

* finalized cloud deploy procedure, added info re: unset docker-machine variables

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

* added screen snaps, cleanup, and iteration steps to cloud example

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

* removed edge releases qualification on swarm connect from Desktop apps

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

* added visualizer on cloud screen snap

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

* moved iteration, cleanup step to be without CE steps in part 6

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-09 14:42:36 -07:00
Victoria Bialas a6df37fc99 updates per feedback (#4836)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-10-09 11:01:54 -07:00
John Mulhausen 532f8d5e46 Update part2.md 2017-10-05 21:30:15 -07:00
Ken Tanaka e9b565c5ad Use a sample screen shot that uses the default port 80. (#4761) 2017-10-05 18:42:04 -07:00
Mauro Caffaratto 9922eec441 Provide advice about adding to the docker group (#4746)
* Provide advice about adding to the docker group

You need to add a standard user to the docker group to prevent sudo when calling docker

* Added link to post-install instructions
2017-10-03 08:19:42 -07:00
Victoria Bialas 788532ff45 added note re: setting ENV variables for proxy servers in Dockerfile (#4759)
* added note re: setting ENV variables for proxy servers in Dockerfile

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

* review comments

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

* reworded note title, removed link out to ENV per review comments

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

* added info to docs test page about how to link to auto-generated reference pages

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

* added more info to test on re: linking

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

* format ENV as a command

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-29 13:29:21 -07:00
Victoria Bialas 3c97bc9875 Clarified rebuild and publish as part of iterating on app (#4737)
* clarified rebuild and publish as part of iterating on app

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

* copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-28 09:35:54 -07:00
Victoria Bialas 6b51deb499 updated Compose file with absolute data path, removed scp from steps (#4734)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-27 16:46:28 -07:00
Michael Peake 7bfc4c8484 Remove typo in docker-compose.yaml (#4728) 2017-09-27 10:18:51 -07:00
Victoria Bialas 410ed46347 Stop gap measure to fix data persistence part of the tutorial (#4725)
* stop gap measure to fix data persistence part of the tutorial

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

* improved note about data directory and scp

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-26 18:43:29 -07:00
Victoria Bialas 6db50d4591 clarified Compose resource options for v2, v3 (#4712)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-25 13:37:09 -07:00
Victoria Bialas b764ab3356 Addressed Windows issues with get started tutorial (#4675)
* how to get scp to work on Windows

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

* clarified some commands in part 3

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

* fixed links on hyperv, machine pages

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

* removing notes about scp and ssh on Windows, WIP

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

* WIP: adding docker-machine env commands

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

* added docker-machine env option, re-worked tabs

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

* moved extra info re: docker-machine env out of note, to end of part 4

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

* updated parts 4, 5 with docker-machine env, added note re: commands

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

* changed rest of ssh examples, formatting fixes, copyedit

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

* copyedit on docker-machine env example

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

* reworded note title

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-22 18:55:40 -07:00
Gaudichon Pierre ecf59d14ce Update the tag of the example image. (#4694)
Change the tag form "part1" to "part2" to match the tutorial progression.
2017-09-22 13:25:46 -07:00
Gwendolynne Barr 415b13526f Explain ports 2376 and 2377 (#4677) 2017-09-19 17:39:40 -07:00
Sebastiaan van Stijn 02635843e3 Fix pull output example to match username (#4655)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-09-18 16:45:50 -07:00
aiueogawa 0eda88f674 Fix typo (#4455) 2017-09-11 09:50:01 -07:00
Gwendolynne Barr 9a1330e966 Distinguish tasks from containers (#4378) 2017-08-29 15:32:43 -07:00
French Ben 4445f27581 Cleanup editions (#4350) 2017-08-25 12:13:07 -07:00
Gwendolynne Barr 6779aed327 Update docker commands (#4291) 2017-08-22 16:37:51 -07:00
Misty Stanley-Jones 3bbdf58428 Hyper-V is not available on Windows 10 Home (#4290) 2017-08-18 21:35:51 -07:00
nemophila c70784edd0 Change EXPOSEd to published (#4253) 2017-08-17 14:27:01 -07:00
Victoria Bialas 815e8fc9dd fixed link to work on GitHub as well as website (#4170)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-08-11 10:33:14 -07:00
Wang Jie 5b44477e18 Update part3.md (#4131) 2017-08-10 15:05:58 -07:00
Wang Jie d2971dfd0d Update part3.md (#4119)
* Update part3.md

* Update part3.md
2017-08-10 10:55:22 -07:00
Wang Jie 18dfe73966 Update part6.md (#4121) 2017-08-08 14:47:43 -07:00
Wang Jie b068844949 Update part5.md (#4120) 2017-08-08 14:46:36 -07:00
Wang Jie cb18998846 Update index.md (#4118) 2017-08-08 14:44:38 -07:00
David Muganza 4ab7d191a8 Add missing word (#4063) 2017-08-01 11:52:32 -07:00
Victoria Bialas a922be3d0f Update admonitions CSS for consistency and better writer workflow (#4019) 2017-07-31 21:49:56 -07:00
Victoria Bialas a4f1cbd633 improve, clarify getting started tutorial steps (#3893)
* more copyedits

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

* copyedit

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

* copyedits and wording changes per reviews

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

* add back in explanation of Dockerfile commands

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

* Update part2.md
2017-07-24 18:49:44 -07:00
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