Commit Graph

34 Commits

Author SHA1 Message Date
Henry T. Phan eeb4a8843a Fixed typo in get-started (#6627) 2018-05-03 12:23:11 -07:00
Max Lin a3baec85e4 Fix typo (#6480)
DNS "misconfgiurations" -> "misconfigurations"
2018-04-18 15:53:49 -07:00
Andrea c8d2c04876 Add a note for the DNS settings in docs. (#6372)
* Add a note for the DNS settings

Reason: a lot of people struggle against problems with the DNS configuration when they try to build their first app.

* Merge DNS and proxy notes
2018-04-10 15:10:43 -07:00
Joao Fernandes 610f952eca Remove duplicate sentence 2018-03-06 10:14:48 -08:00
Misty Stanley-Jones a17a47dd77
Favor docker <object> <verb> format of commands (#5914)
Remove instances of:
- docker rmi
- docker images
- docker stop
- docker rm
- docker create
- docker exec
- docker attach
2018-02-05 09:33:47 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Zane Matthew 2ec748bb8b Incorrect build tag (#5677)
`friendlyname` should have been named `friendlyhello`
2018-01-06 11:25:16 -08:00
John Mulhausen 5428939083
Update part2.md (#5586) 2017-12-26 17:26:33 -05:00
John Mulhausen d17340d394
Speed up site rendering for authors (#5241)
* rough pass at tabs, jsonification

* GHPages 147, authoring YML, sitemap via plugin, working JS

* Update Gemfile

* Removing dk.rb artifact

* Simplifying authoring YML even more

* More YML simplification

* Remove jekyll-seo -- even more perf gain

* Glossary support

* Collections support

* Incremental off; GH Pages 172 gets build time to 50 seconds
2017-12-19 18:15:15 -08:00
John Mulhausen 3a408a8231
Reducing the asides for better flow 2017-12-19 15:16:21 -08:00
John Mulhausen c8eeebcd0d
Adding note on where to insert ENV calls for proxy config
Fixes #5386
2017-12-15 16:22:43 -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
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
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
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 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
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
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
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
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
nemophila c70784edd0 Change EXPOSEd to published (#4253) 2017-08-17 14:27:01 -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 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
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
Alex Pulver 487bcdaf58 Align quotes coding style to double (#3263) 2017-05-17 12:36:01 -07: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
Martin Folkers 39f62ed0a1 Update part2.md (#3129) 2017-04-30 12:27:30 +00:00
Steven Hanna b4f82bfbcc Get started ver1.13 or higher required (#2995) 2017-04-21 16:24:08 -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