Commit Graph

47700 Commits

Author SHA1 Message Date
Misty Stanley-Jones ec82a87307
Fix typo causing the extend docs not to be fetched (#5636) 2017-12-27 13:28:51 -08:00
William Richard cd296bbae1 Update journald logging driver options docs (#5572)
* Updated the options docs for journald driver

I have updated the options documentation for the journald logging driver, since I was having trouble understanding how it was supposed to be used.  I modeled it heavily after the google cloud logging driver docs, since I found those helpful in solving my own issues.
2017-12-27 13:04:04 -08:00
Joffrey F 1f36a5274f Update getting started guide with retry-loop and short explanation (#5635)
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-27 12:59:22 -08:00
Renato Piccoli d30e1955a9 Confusion between `--publish` and `published` (#5614) 2017-12-27 11:25:20 -08:00
Paul Verest c63fe4bf8a /compose/install/#alternative-install-options (#5616)
/compose/install/#alternative-install-options  link does not work, so add "tab above" words
2017-12-27 11:18:01 -08:00
Misty Stanley-Jones 44d4cb7665
Improve ordering of master Dockerfile (#5630) 2017-12-27 10:13:44 -08:00
Misty Stanley-Jones ec1a8b20c4
Fix mistakes in tag names in README (#5625) 2017-12-27 00:11:59 -08:00
Misty Stanley-Jones 6051302b4d
Use multistage build for master (#5369) 2017-12-26 23:17:44 -08:00
John Mulhausen 5428939083
Update part2.md (#5586) 2017-12-26 17:26:33 -05:00
x1ah 310a9f8f8c fix docker-compose.yml have not link redis (#5602)
rt, if web have not link redis, `redis = Redis(host='redis', port=6379)` will can not recognize the host('redis')
2017-12-26 12:52:27 -08:00
Martijn van Calker 2ead7d5dd3 docs: Sort lists and tables ASC (#5600) 2017-12-26 12:51:27 -08:00
Stu 1b302910ca Update generic.md (#5610)
add info about systemd setting
2017-12-26 12:49:01 -08:00
Peter Kokot 1dba72ce24 Fix typo (#5611)
This patch fixes minor typo of the `docker-compose` command.
2017-12-26 12:40:03 -08:00
Dan Nissenbaum 2abb491a2d A frustrating typo (#5605) 2017-12-26 12:39:36 -08:00
Sebastiaan van Stijn 32958e7c60 Improve Engine API documentation (#5607)
* Share redoc JavaScript between API versions

The redoc JavaScript is a big file, and there's no need
to keep a separate copy for each version of the API.

This patch removes the copy per-version and moves the script
to a central location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Use central stylesheet for API reference

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Update ReDoc to v1.19.3

Changelog can be found at https://github.com/Rebilly/ReDoc/blob/v1.19.3/CHANGELOG.md

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Hide "request type" badges in menu

ReDoc 1.13 added "request type" badges in the menu
given that we didn't show these before, this patch
hides them.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Add .map file for ReDoc

Having a .map file allows debugging script issues
in the ReDoc JavaScript (which is minified).

It's a big file, but may be useful to have.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-26 12:35:10 -08:00
Misty Stanley-Jones 2b5f1a1731
Add clarification about the path argument (#5620) 2017-12-26 12:27:53 -08:00
Misty Stanley-Jones cd1260a28d
Remove misleading generic storage driver instructions (#5619) 2017-12-26 12:27:26 -08:00
art 73c8ff17a9 Fixing some formatting and command params 2017-12-21 13:32:46 -08:00
Martijn van Calker 86fb652d05 Docs: Remove duplicated `amazonec2-userdata` flag (#5551)
* Docs: Remove duplicated `amazonec2-userdata` flag

* Docs: Remove duplicate content aws-driver/Options list

* Docs: Order list (ASC) Environment variables and default values
2017-12-21 12:07:29 -08:00
gtardif adb4daefd7 Release notes for 17.12.0-ce-rc4-mac44 (Edge) (#5595) 2017-12-21 09:30:26 -08:00
gtardif 67a6497108 Release notes for 17.12.0-ce-rc4-win44 (Edge) (#5596) 2017-12-21 09:30:10 -08:00
Thibault Jamet 3c44bc7f74 Add multi stage build best practices (#5481)
Signed-off-by: Thibault Jamet <tjamet@users.noreply.github.com>
2017-12-20 15:00:55 -08:00
Misty Stanley-Jones f5369145a1
Clarify some D4Azure points (#5545) 2017-12-20 14:58:08 -08:00
Sebastiaan van Stijn e8f875296a Fix physical/logical typo in D4M FAQ (#5547)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-20 14:57:11 -08:00
Umesh Yadav f834679182 fix broken link (#5581)
Signed-off-by: dungeonmaster18 <umesh4257@gmail.com>
2017-12-20 13:40:49 -08:00
Art 8d9992996e Initial Docker EE for IBM Cloud closed beta docs (#5583)
* Initial Docker EE for IBM Cloud closed beta docs

* TOC indentation

* Resolving links

* Removing a param from delete command

* Updates to start up flow

* Addressing Misty's review on formatting
2017-12-20 11:37:46 -08: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
Nick Volynkin 48c139d98c Replace /abc.md links with /abc/ in glossary (#5546)
Fix other broken links in glosary.
Fixes #5288
2017-12-19 16:26:57 -08:00
John Mulhausen 3a408a8231
Reducing the asides for better flow 2017-12-19 15:16:21 -08:00
Joao Fernandes d29842617f
Fix DTR backup/restore (#5565) 2017-12-19 14:48:17 -08:00
Mattias Appelgren a85d664d6b Fix typo of journald env-regex option (#5552) 2017-12-19 13:09:43 -08:00
Alex Villarreal 017a919e03 Fix conflicting docs on single/multiple tags (#5561) 2017-12-19 13:09:21 -08:00
Miguel A. C b49dbf9dbd Fix typo in how pki works in swarm (#5566) 2017-12-19 13:08:28 -08:00
Miguel A. C 354fac77a7 Add missing logentries row to supported drivers table (#5567) 2017-12-19 13:08:02 -08:00
Ameya Shenoy 3fc2a1f341 minor grammatical fixes (#5568) 2017-12-19 13:07:22 -08:00
John Mulhausen 7d4cd112a4
Preventing 404 2017-12-19 11:49:04 -08:00
John Mulhausen 1b322176f7
Update redirects.csv 2017-12-19 11:47:00 -08:00
Alejandro Avilés 47107d1986 Split shell completion section in Bash and Zsh (#5549) 2017-12-18 15:38:32 -08:00
Logan Rakai 1ff98b6467 Typo Correction (#5550) 2017-12-18 15:37:13 -08:00
Joffrey F 104e09b524 Update release notes
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-18 15:11:03 -08:00
Joffrey F 44bacb4ed2 Update compose-versioning file with newer additions
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-18 15:11:03 -08:00
Joffrey F 6e4339fc4d Update Compose docs to reflect changes in 1.18 release
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-18 15:11:03 -08:00
Misty Stanley-Jones 0793f49593 Document new features in Compose 1.17 (#5019) (#5021)
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-12-18 15:11:03 -08:00
Misty Stanley-Jones 3197cde7b5 Add API 1.33, API matrix 2017-12-18 15:11:03 -08:00
Christopher Jones 381c23faab added ppc64le instructions for docker-ce on ubuntu (#5486)
* added ppc64le instructions for docker-ce on ubuntu

also updated the matrix

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2017-12-18 11:47:36 -08:00
Gwendolynne Barr 2295624399
Add link to non-root user help (#5544) 2017-12-15 19:54:12 -08:00
Akim Demaille acfc69ecc3 Mac: give some structure to the FAQ (#5503)
This commit reorders this

    ### Stable and Edge channels
    ### What is Docker.app?
    ### What kind of feedback are we looking for?
    ### What if I have problems or questions?
    ### How can I opt out of sending my usage data?
    ### Can I use Docker for Mac with new swarm mode?
    ### How do I connect to the remote Docker Engine API?
    ### How do I connect from a container to a service on the host?
    ### How do I connect to a container from the Mac?
    ### How do I add custom CA certificates?
    ### How do I add client certificates?
    ### How do I reduce the size of Docker.qcow2?
    ### What are system requirements for Docker for Mac?
    ### Do I need to reinstall Docker for Mac if I change the name of my macOS account?
    ### Do I need to uninstall Docker Toolbox to use Docker for Mac?
    ### How do I uninstall Docker Toolbox?
    ### What is HyperKit?
    ### What is the benefit of HyperKit?
    ### Why is com.docker.vmnetd running after I quit the app?
    ### Can I pass through a USB device to a container?

into this

    ## Questions about Docker.app
    ### Stable and Edge channels
    ### What is Docker.app?
    ### What are system requirements for Docker for Mac?
    ### Do I need to reinstall Docker for Mac if I change the name of my macOS account?
    ### Do I need to uninstall Docker Toolbox to use Docker for Mac?
    ### How do I uninstall Docker Toolbox?
    ## Questions about feedback and help
    ### What kind of feedback are we looking for?
    ### What if I have problems or questions?
    ### How can I opt out of sending my usage data?
    ## How can I...?
    ### Can I use Docker for Mac with swarm mode?
    ### How do I connect to the remote Docker Engine API?
    ### How do I connect from a container to a service on the host?
    ### How do I connect to a container from the Mac?
    ### How do I add custom CA certificates?
    ### How do I add client certificates?
    ### How do I reduce the size of Docker.qcow2?
    ### Can I pass through a USB device to a container?
    ## Components of Docker for Mac
    ### What is HyperKit?
    ### What is the benefit of HyperKit?
    ### Why is com.docker.vmnetd running after I quit the app?

Also, change "new swarm mode" into "swarm mode".

Signed-off-by: Akim Demaille <akim.demaille@gmail.com>
2017-12-15 16:34:27 -08:00
Misty Stanley-Jones 2bf0f7221f
Update firewall troubleshooting hints (#5543) 2017-12-15 16:29:55 -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
John Mulhausen afb43e8816
Update 404.md 2017-12-15 16:17:04 -08:00