Commit Graph

44899 Commits

Author SHA1 Message Date
Misty Stanley-Jones 45aa25c0c6 Merge pull request #1547 from jefferybradberry/patch-2
Update services.md
2017-02-08 19:04:49 -08:00
Misty Stanley-Jones dabede7264 Merge pull request #1562 from pkennedyr/patch-3
Update index.md
2017-02-08 19:04:18 -08:00
Misty Stanley-Jones 555ab520a4 Merge pull request #1565 from Djelibeybi/patch-2
Remove Oracle Linux issues
2017-02-08 19:03:22 -08:00
Avi Miller 644ee5f294 Remove Oracle Linux issues
Neither of the documented issues are still an issue on current versions of Docker on Oracle Linux.
2017-02-09 13:44:02 +11:00
Sravan S 8b8c8e2d0c Update repository setup step for Linux Mint users (#1537)
* Update repository setup step for Linux Mint users

Add a note to remind people using distributions derived from Ubuntu(Linux Mint)
to change the ubuntu-$(lsb_release -cs) part to their parent Ubuntu release. 

The output of $(lsb_release -cs) won't necessarily be a stable Ubuntu release, it would
sometimes be something like 'rafaelia' and there could be problems in the installation
2017-02-08 17:01:27 -08:00
Joao Fernandes 7cbeadc5fb Merge pull request #1561 from joaofnfernandes/ucp-2.0.3
UCP 2.0.3
2017-02-08 16:08:08 -08:00
Joao Fernandes 2b1733bdf0 UCP 2.0.3 2017-02-08 15:49:24 -08:00
Ryan Kennedy 037a02f5f7 Update index.md
Changed [Lear more] -> [Learn more]
2017-02-08 15:49:16 -08:00
pedep be447bf1b5 Fix markdown rendering of example configuration (#1544)
* fix code block formatting after list

add comment between code block and list to fix markdown rendering

* Update compose-file.md

* Update compose-file.md
2017-02-08 15:49:14 -08:00
John Mulhausen b72d08927e Update release_notes.md 2017-02-08 15:47:36 -08:00
John Mulhausen 298eaefb8d Update release-notes.md 2017-02-08 15:47:32 -08:00
John Mulhausen 4810f5740b Update index.md 2017-02-08 14:47:20 -08:00
John Mulhausen 64d8cea742 Update robots.txt 2017-02-08 14:23:39 -08:00
John Mulhausen 8219725f59
More explicit topic naming for Engine API docs 2017-02-08 13:55:05 -08:00
Liam White 4c9ebb6e24 Change erroneous push to pull (#1555)
Signed-off-by: Liam White <liamwhite@uk.ibm.com>
2017-02-08 13:28:42 -08:00
Abhishek Kandoi f6e3e14e84 Fix typo (#1557)
Change intall to install
2017-02-08 13:26:41 -08:00
Victor Vieux 80fa030ffd bump engine API to 1.26 (#1553)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2017-02-08 13:18:24 -08:00
Joao Fernandes f28ace5667 Merge pull request #1552 from pdevine/patch-1
Add storage section and clarify sizing guidelines
2017-02-08 11:19:24 -08:00
Martin Nordholts b6f9c36342 Expand menu items after 'click', not 'touchend' (#1549)
The problem with using 'touchend' is that if you scroll with your finger on a touch screen, like an an iPhone or on a PC laptop with a touch screen, the menu items will be expanded when you let go, even if you wanted to just scroll.
2017-02-07 17:42:26 -08:00
John Mulhausen 3d42ed111b Use correct survey ID 2017-02-07 17:38:15 -08:00
John Mulhausen d2c3a9a5e2 Update docs.html (#1551) 2017-02-07 16:49:36 -08:00
Patrick Devine 07f6c4ac59 Add storage section and clarify sizing guidelines 2017-02-07 16:44:57 -08:00
Victoria Bialas ed8f185cbe Merge pull request #1545 from londoncalling/d4mac-win-beta41
beta 41 release notes
2017-02-07 11:29:14 -08:00
Jeffery Bradberry a9da7672a5 Update services.md 2017-02-07 14:14:05 -05:00
Victoria Bialas 52bb6da46d beta 41 release notes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-07 11:10:22 -08:00
Victoria Bialas 5732b5c1b5 Merge pull request #1525 from hjoelr/fix-posh-docker-ins
Fixed bug in posh-docker setup instructions
2017-02-07 10:56:28 -08:00
Steven Arnott 7823e98796 Update example for --syslog-address for unix path
Update example for --syslog-address for unix path to include 'unix:' protocol that is needed.
2017-02-07 12:54:14 -05:00
Ryan Sanford d91cab01bc Fix base image creation example commands (#1409)
Example commands for creating a base image do not work due to multiple issues.
- 16:04 not a valid tag for ubuntu image
- apt-get install fails without preceeding `apt-get update`
- gcc command fails without `-nostartfiles` flag
- `docker run` without the `--rm` leaves behind containers which is unintuitive, and inconsistent with the build image used above.
2017-02-07 09:52:31 -08:00
Misty Stanley-Jones 9420f4cc89 Merge pull request #1429 from Mic92/patch-1
zfs: fixed assumptions about thin provisioning
2017-02-07 09:50:07 -08:00
Sivakumar Raja a0009fbada Corrected a typo and error in docker start command (#1508)
* Corrected a typo in Fedora install instructions

* Removed the change on docker start command.

Changed the command from `sudo systemctl start docker` to `sudo systemctl docker start` as it was addressed on other PR, so leaving it to the original one.
2017-02-07 09:38:22 -08:00
Misty Stanley-Jones ef2c5002ca Merge pull request #1375 from vikstrous/patch-1
remove reference to overlay2 as a filesystem
2017-02-06 17:13:05 -08:00
Misty Stanley-Jones 6ed0295440 Merge pull request #1382 from dmonroy/patch-1
update sample output regarding package version information
2017-02-06 17:12:11 -08:00
Misty Stanley-Jones b8525d459d Merge pull request #1386 from alexlist/patch-1
software-properties-common is required for add-apt-repository
2017-02-06 17:11:15 -08:00
Misty Stanley-Jones 3894b46723 Merge pull request #1388 from wildloop/patch-1
docker exec -i -t <your container> sh
2017-02-06 17:10:08 -08:00
tradfor 4d01901e7c Added a new remove unofficial docker step (#1468)
* Added a new remove unofficial docker step
2017-02-06 17:01:44 -08:00
huangsen365 76461f517e Update centos.md (#1523)
* Update CentOS, RHEL, Fedora instructions for starting Docker
2017-02-06 16:55:29 -08:00
Misty Stanley-Jones 37afee21c6 Merge pull request #1512 from rkiles/patch-1
Update index.md
2017-02-06 16:28:45 -08:00
Misty Stanley-Jones ea8b081539 Merge pull request #1514 from gpflaum/gpflaum-volume-prune-title
fix title for "volume prune" in TOC
2017-02-06 16:28:00 -08:00
Misty Stanley-Jones 5825f98884 Merge pull request #1532 from nathanleclaire/d4a_pedantism
Fix typo and add wrap pedantics
2017-02-06 14:56:25 -08:00
Nathan LeClaire 6553afe985 Fix typo and add wrap pedantics
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
2017-02-06 14:34:26 -08:00
Joao Fernandes 8eddd3f80f Merge pull request #1526 from aboch/esp
Fix docs about what protocol must be allowed for network encryption
2017-02-06 14:24:16 -08:00
French Ben 1a7dbde56a Added support for Beta channel deployment (#1438)
* Added support for Beta channel deployment

Signed-off-by: French Ben <frenchben@docker.com>
2017-02-06 11:59:02 -08:00
Alessandro Boch 649210111a Fix docs about what protocol must be allowed for network encryption
- This was inadvertently changed to `port`

Signed-off-by: Alessandro Boch <aboch@docker.com>
2017-02-06 10:04:31 -08:00
Adam Eijdenberg 9d2b5f32bb Add documentation around pipefail to address issue 1459 (#1460)
* Add documentation around pipefail to address issue 1459

Signed-off-by: Adam Eijdenberg <adam.eijdenberg@gmail.com>
2017-02-06 09:52:19 -08:00
Joel Rowley 0eec822339 Fixed bug in posh-docker setup instructions
There were two problems that this fixes.

1. Before this change, posh-docker was being installed twice. Once for the system (via NuGet) and secondly in the user's PowerShell context. This was confusing. I understand the reason was probably to create the user's $PROFILE file if it didn't already exist. I've replaced that functionality with clearer code.

2. The instructions had incorrectly said to add "Install-Module posh-docker" to the $PROFILE. Instead, this needed to be "Import-Module posh-docker".
2017-02-06 11:59:15 -05:00
gpflaum a737c9046c fix title for "volume prune" in TOC 2017-02-05 15:16:54 -05:00
Richard Kiles 34915af944 Update index.md
The first sentence in step 6 read "To make your Docker swarm and UCP fault-tolerant and highly available, you can join more manager nodes to your it."
2017-02-05 09:59:54 -06:00
Sebastiaan van Stijn 4952fb1929 Fix v1.12 archive build (#1496)
Add the v1.12 archive directory to `keep_files` to
prevent Jekyll from removing the directory when
building the main docs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-02-03 16:55:46 -08:00
Victoria Bialas 11363d7582 Merge pull request #1475 from docker/londoncalling-patch-3-1
add a link to the voting app sample
2017-02-03 16:49:27 -08:00
Victoria Bialas 49d3957e47 Update last_page.md 2017-02-03 14:30:37 -08:00