* 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
* Update the osxfs documentation with recent details about caching.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Add a note about 'cached' to the volumes tutorial.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Add a document giving a detailed specification of osxfs caching.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Americanize spelling in the osxfs-caching document.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* More osxfs benchmark details for 'go list'.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Remove mentions of the blog post.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* editorial, topic structure changes, x-refs
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* linked to new topic also where bind mounts are discussed in Namespaces
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* added more tags
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Decapitalize descriptions
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* "releease" ~> "release"
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Use @avsm's suggested rewording for the osxfs-caching introduction.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Add an example showing how to use `cached`, `consistent`, etc.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* Add a link to the user-guided caching blog post.
Signed-off-by: Jeremy Yallop <yallop@docker.com>
* added examples heading, more x-refs to blog post, docker run
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* escaped second dash in --volume long version of command
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* fixed double dashes on volume option to render properly
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* 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
The code snippet for mounting Windows directories won't work: it will produce an "Invalid bind mount spec" error as Docker cannot properly read the path. The core error was addressed in [#12590](https://github.com/docker/docker/issues/12590#issuecomment-96767796), this is just an update to the tutorial.
Link destination changed toa more appropriate (imo) destination.
Link originally linked to docker env varibles whereas link description describes other docker commands.
* added title in engine/tutorials/index.md
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* added pre_build script for Docker Cloud CI
It includes one first test that should run when PRs are submitted.
For now it only checks if there’s always a title in fronmatters.
We should add more tests as we fix issues.
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* Jenkinsfile + pre_build script update
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* fix in Jenkinsfile
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* chmod +x hooks/pre_build
Signed-off-by: Adrien Duermael <adrien@duermael.com>
* removed hooks folder
since we’re not using Docker Cloud CI
Signed-off-by: Adrien Duermael <adrien@duermael.com>
I feel this sentence 'leave off the `-P` flag and also ' not necessary as that is not used that flag in the previous. User gets confused about this flag.
I am not sure any significance of that flag. If it is necessary to mention , we should better document it.
Thanks,
Srinivasarao Gurubelli