Jeffery Bradberry
a9da7672a5
Update services.md
2017-02-07 14:14:05 -05: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
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
Misty Stanley-Jones
811aa5d54a
Merge pull request #1437 from onelovelyname/patch-1
...
Add instructions for manual start of Docker daemon
2017-02-03 13:49:22 -08:00
Melanie Gin
752d79f3ee
Add instructions for manual start of Docker daemon
2017-02-03 13:37:25 -08:00
krasi-georgiev
644b77ee68
add an usefull shothand command to automate testing code changes ( #1434 )
...
* add a useful shorthand command to automate some manual steps when testing code changes
Signed-off-by: Krasi Georgiev <krasi@vip-consult.solutions>
2017-02-03 11:40:15 -08:00
LRubin
e09fc1e284
Merge pull request #1489 from sanscontext/cloud-imgs
...
Cloud: image updates
2017-02-03 11:29:57 -08:00
LRubin
61a91ef74d
Merge pull request #1454 from sanscontext/swarm-create
...
Cloud: add create swarm doc
2017-02-03 11:25:11 -08:00
LRubin
4e15ca9680
fernando's edits
...
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-03 11:18:06 -08:00
Misty Stanley-Jones
f46129b40c
Merge pull request #1449 from Rick-Anderson/patch-3
...
Update faq.md
2017-02-03 11:13:22 -08:00
Misty Stanley-Jones
dd5d4a47f8
Merge pull request #1492 from danielsuo/patch-1
...
Add link to C SDK
2017-02-03 11:01:24 -08:00
Misty Stanley-Jones
d7400c4290
Merge pull request #1493 from mstanleyjones/fix_font_rerender
...
Fix left-hand nav font re-render on page load
2017-02-03 10:49:51 -08:00
LRubin
39b6b93196
more cloud image updates
...
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-03 10:42:33 -08:00
Misty Stanley-Jones
284daa8bef
Fix left-hand nav font re-render on page load
2017-02-03 10:15:40 -08:00
Daniel Suo
9e5e14f0e6
Add link to C SDK
2017-02-03 11:17:46 -05:00
John Mulhausen
225c2fdaaa
Revert "Fix left-hand nav font re-render on page load ( #1483 )"
...
This reverts commit ced8418c35
.
2017-02-03 00:46:53 -08:00
Misty Stanley-Jones
ced8418c35
Fix left-hand nav font re-render on page load ( #1483 )
2017-02-02 22:56:42 -08:00
Misty Stanley-Jones
01e5be5a01
Various Jekyll optimizations ( #1487 )
...
Add `tree: true|false` front-matter key (default to true)
to disable the left-hand nav tree on a per-page basis
Disabling the tree also disables reading time
Disabled tree on search, sorry, thank-you-subscribing-docker-weekly
Use null layout for allpagelinks.md and limit it to pages that have a title
(which leaves out redirects, which are not real pages)
Add site-generation date and time to footer, in a tiny unobtrusive font
2017-02-02 22:56:02 -08:00
Victoria Bialas
cb72820ca9
Merge pull request #1491 from docker/londoncalling-patch-4
...
copyedit
2017-02-02 22:46:25 -08:00
Victoria Bialas
383c365829
copyedit
...
removed extra, duplicate line
2017-02-02 22:19:56 -08:00
Victoria Bialas
271b6e3664
Merge pull request #1490 from londoncalling/d4win-windows-containers-ports
...
addressed Windows container issue with troubleshoot item
2017-02-02 21:35:28 -08:00
Victoria Bialas
ea5aba3bc4
addressed Windows container issue with troubleshoot item
...
rewording
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-02 21:25:29 -08:00
LRubin
a4a28a6f89
cloud image updates
...
Signed-off-by: LRubin <lrubin@docker.com>
2017-02-02 16:58:43 -08:00
Misty Stanley-Jones
ad900b3f07
Merge pull request #1470 from JamesDrummond/patch-1
...
Update ubuntu.md
2017-02-02 13:30:21 -08:00
LRubin
903100625a
Merge pull request #1436 from sanscontext/cloud-robots
...
Cloud: add note on machine users
2017-02-02 10:37:15 -08:00
Misty Stanley-Jones
2a88caa628
Merge pull request #1474 from mstanleyjones/auto_toc_inpage2
...
POC 2 for in-page TOC
2017-02-01 21:21:37 -08:00
Misty Stanley-Jones
eb3c38fda5
Remove manual TOC from D4M and D4W release notes
2017-02-01 19:49:14 -08:00
Misty Stanley-Jones
8d3145ff3b
Add an automatic TOC to pages that don't have no_toc in front-matter
2017-02-01 19:49:07 -08:00