summaryrefslogtreecommitdiff
path: root/docs/sources/articles/https.md
Commit message (Collapse)AuthorAgeFilesLines
* tell the user what to expect, including that it is a verbode process.Sven Dowideit2014-08-271-12/+59
| | | | | | | | | Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@docker.com> (github: SvenDowideit) (cherry picked from commit b94f2c4c6d6fa7b3efc0dbf8874735b12d00b57c) Conflicts: docs/sources/articles/https.md
* Docs: articles/https minor amendments and updateO.S. Tezer2014-08-271-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | | This commit proposes some minor amendments and updates for the articles/https.md document to fix certain errors, inc.: - Marking commands / flags as code (e.g. `tlsverify`) [done before rebase] - Capitalising the word Docker - Normalizing headers to match the rest of the docs; - Expanding the page description to match the page title and the content; - Capitalizing HTTPS etc.; - Some spelling error fixes; - Line-length adjustments to make it easier to read the raw file. It does not propose any fundemental changes to the structure of the document. Certain changes were based before another update on this doc. Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: ostezer) (cherry picked from commit 711fb3e19d4caf7f084d8d1eaca85cfbaef6e978) Conflicts: docs/sources/articles/https.md Docker-DCO-1.1-Signed-off-by: O.S. Tezer <ostezer@gmail.com> (github: SvenDowideit)
* Clarified TLS DocsAaron Huslage2014-07-231-11/+32
| | | | | | | | | | Made a "Secure by default" section, create 2048-bit keys, various cleanups. Docker-DCO-1.1-Signed-off-by: Aaron Huslage <huslage@gmail.com> (github: huslage) (cherry picked from commit c3d91263a867aa4ac4da6c2cad52f0505a6eccf0) Docker-DCO-1.1-Signed-off-by: Aaron Huslage <huslage@gmail.com> (github: SvenDowideit)
* blindly make all uses of e\.?g\.? into e.g.,SvenDowideit2014-07-011-1/+1
| | | | Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
* IANA allocated Docker port: 2375SvenDowideit2014-06-041-2/+2
| | | | | | | | | 2375/2376 are assigned: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=docker For #1440 Docker-DCO-1.1-Signed-off-by: SvenDowideit <SvenDowideit@home.org.au> (github: SvenDowideit)
* Adding User GuideJames Turnbull2014-06-011-0/+107
* Added User Guide section outlines. * Added User Guide to menu. * Moved HTTPS example to articles. * Replaced Hello World example with User Guide. * Moved use cases out of examples. * Updated Introduction to add User Guide. * Redirected migrated /use and /articles links. * Added Docker.io section * Added Dockerized section * Added Using Docker section * Added Docker Images section * Added Docker Links section * Added Docker Volumes section Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)