Commit Graph

46273 Commits

Author SHA1 Message Date
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
zedashen 3e29924bb3 command spelling mistake (#3559) 2017-06-13 11:52:29 -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
Franz Josef Kaiser f02c1003c2 Explain precedence of environment variables (#3496) 2017-06-13 11:50:48 -07:00
Emiliano 'AlberT' Gabrielli cd3bd1dccd Clarify on quotation marks (#3503)
Spent a lot trying to issue why Mysql password was not set in the container .. it was caused by having quoted it!
2017-06-13 11:49:41 -07:00
Gabriel Nicolas Avellaneda 9716c1b332 Updates for latest docker machine release (#3552) 2017-06-13 11:47:56 -07:00
Kamal Gill af911f3bdb Replace 'yum list' with 'dnf list' (#3550) 2017-06-13 11:46:52 -07:00
Misty Stanley-Jones c5a3fa511f 404 cleanup (#3581)
* Fix Edge API reference links

* Add redirect for docker-for-mac/osx/ which is referenced by an error message

* Fetch the Edge run reference
2017-06-13 11:44:28 -07:00
Victoria Bialas 5522090c0f surfaced -f, -p options on docker-compose (#3586)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-13 10:49:55 -07:00
Victoria Bialas d51d475c59 fixed instances where docker was changed to moby and broke links (#3593)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-13 10:48:29 -07:00
Wang Jie 4439c1d06b Create deploy-app.md (#3544)
* Create deploy-app.md

* Create deploy-app.md
2017-06-13 10:06:07 -07:00
Victoria Bialas 5dbf9b660f added Machine overview to left-side toc (#3587)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-12 22:12:45 -07:00
Victoria Bialas aee7e98fcb fixed links to topics w/underscores (#3583)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-12 19:35:08 -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
Joffrey F b60dd6facb Remove unsupported link_local_ips param from v3 doc (#3506)
Signed-off-by: Joffrey F <joffrey@docker.com>
2017-06-12 18:59:53 -07:00
Victoria Bialas 2cfb7ba743 added links to Compose release versions, improved matrix description (#3580)
* added links to Compose release versions, improved matrix description

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* review comments, used include for matrix in all file references

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* incorporated review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-12 18:40:51 -07:00
Taio Jia a22db0902b Fix unmarshal issue (#3545)
If set to `"mtu": "1500"` will got an error:
```
unable to configure the Docker daemon with file /etc/docker/daemon.json: json: cannot unmarshal string into Go value of type int
```
That code can not unmarshal string into Go value of type int, I changed the type from string to int.
2017-06-12 17:02:40 -07:00
Nicolae Vlădescu 667306190c Fix docker package name for Raspbian Jessie (#3520)
On Raspbian Jessie the docker package is named `docker-engine`, `docker` being another unrelated package. Package details: https://packages.debian.org/jessie/docker
2017-06-12 17:01:17 -07:00
Victoria Bialas fa52e73dc5 Added notes and troubleshooting topic on volume mounts from host (#3556)
* added notes and troubleshooting topic on volume mounts from host

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* updates to troubleshooting, FAQs and shared drives topics and notes

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-12 15:10:15 -07:00
kudabaev fd0eb53dd1 Errata (#3526)
Line 62: “syslog=udp://1.2.3.4:1111” should be “syslog-address=udp://1.2.3.4:1111”
2017-06-12 11:34:31 -07:00
Thomas Findelkind ad3a9087ad Update system-requirements.md (#3455)
changed to TCP and UDP for port 4789.
2017-06-12 09:13:00 -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
Misty Stanley-Jones b58c86179e Missing space (#3555) 2017-06-09 16:50:34 -07:00
Viktor Stanchev f3a7e35b14 Update index.md (#3551) 2017-06-09 16:47:40 -07:00
Misty Stanley-Jones b7a073f87b Correction to networking diagram (#3553) 2017-06-09 12:52:45 -07:00
leonstrand 44c31878d8 Update services.md (#3521)
Change 'correcty' to 'correct way'
2017-06-09 10:55:46 -07:00
Gooby c9dfc76fbd Typo (#3534) 2017-06-09 10:19:03 -07:00
Wang Jie e69e795285 Create deploy-infra.md (#3543) 2017-06-09 10:18:26 -07:00
Rico Moorman 274baf8fe7 Correct wording (#3548)
This file change adjusts the wording in the section "Adding a host without a driver". The word "as" seems more appropriate here in order to indicate that working with a host created by machine vs working with a host provisioned by other means results in a comparable situation. The word "than", on the other hand, is used in comparisons to indicate a difference.
Besides "than" vs "as", this change exchanges "an" for "a" as this is more appropriate, given the next word starts with a vowel sound.
2017-06-09 10:16:52 -07:00
Misty Stanley-Jones a173c4630d Document OOME information (#3536) 2017-06-09 09:41:00 -07:00
Victoria Bialas 2d70554f86 added link to vmwareworkstation driver (#3542)
* added link to vmwareworkstation driver

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added unofficial, unsupported

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-09 09:15:56 -07:00
Victoria Bialas 12f96be8d8 added note on external volumes with docker stack deploy (#3541)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-08 17:35:02 -07:00
Victoria Bialas f0022aa426 d4mac, d4win 17.06-rc2-ce-release notes (#3540)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-08 15:42:45 -07:00
Victoria Bialas c93620d19d additional step for Kitematic uninstall (#3539)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-08 15:04:25 -07:00
Swapnil Kulkarni 58f3632285 Update syslog documentation for typo (#3502)
There is a typo of UDP which is spelled as UP.
Corrected it.

Signed-off-by: Swapnil Kulkarni <me@coolsvap.net>
2017-06-08 12:05:04 -07:00
vlad-ro b1e058cf38 Fix Docker for Mac reference (#3508) 2017-06-08 12:03:46 -07:00
Victoria Bialas 63c7febfdd added Python, Docker Cloud install/run to known issues and setup notes (#3525)
* added Anaconda Python 3.5.2 install/run to known issues

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* added notes re: Python 3.x not supported in setup and install

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed heading levels in Cloud known errors

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed links (moby --> docker), formatting

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* fixed on-page link list alignments for toc max/min topics

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-07 18:36:50 -07:00
Viktor Stanchev 93e4430f78 DTR 2.2.5 release notes (#3516)
* DTR 2.2.5 release notes
2017-06-07 17:01:14 -07:00
Joao Fernandes f7586f224f Update system-requirements.md (#3492) 2017-06-07 15:19:39 -07:00
Victoria Bialas bb8146180f Compose improvements, env_file vars, rails sample (#3517)
* added example for env_file variables

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* copyedits and rework of Compose rails example

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-07 14:05:34 -07:00
Victoria Bialas 96f528f1c7 d4win troubleshooting topic on wifi, networking issues (#3497)
* d4win troubleshooting topic on wifi, networking issues

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>

* copyedit on WiFi capitalization

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-07 13:41:33 -07:00
Brian Goff 947bf040b2 Add docker-ee release notes (#3495)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2017-06-06 14:50:32 -07:00
Riyaz Faizullabhoy 172e448122 fix trust env var name (#3504)
Signed-off-by: Riyaz Faizullabhoy <riyaz.faizullabhoy@docker.com>
2017-06-06 10:43:19 -07:00
Victoria Bialas c239914df6 Compose CLI reference copyedits (#3499)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-05 17:35:44 -07:00
Victoria Bialas da9734a626 updated syntax for command in Compose files (#3498)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-05 16:37:54 -07:00
Jeff Huijsmans b19f143629 Update faqs.md (#3322)
* Update faqs.md

"[...] zones you have access *too*" -> "to"

* Copyedit
2017-06-05 13:55:16 -07:00
Dave 88fa4dfde3 Fixed typo in docs (#3490) 2017-06-05 13:48:52 -07:00
IPv4v6 91832da6c8 fix typo in glossary (#3487)
Signed-off-by: Stefan Pietsch <mail.ipv4v6+gh@gmail.com>
2017-06-05 13:48:19 -07:00
Misty Stanley-Jones e11009b304 Reorg service management topic (#3462)
Move some things that were previously in the CLI ref
Some rewrites and reorganization
Add placement pref image
2017-06-02 14:46:24 -07:00
Wang Jie 3a7abe1394 Update restart.md (#3318) 2017-06-02 11:54:13 -07:00