Commit Graph

79 Commits

Author SHA1 Message Date
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