Josh south
193fee170b
tabs + buttons
2017-02-28 15:28:51 -08:00
Josh south
12c25322c3
Layout updates, dark themes, tons o stuff ( #1971 )
2017-02-24 12:24:59 -08:00
John Mulhausen
b513ecde18
Tabs-based organization ( #1420 )
...
* First pass of tabs-based organization
* Improvements
* Second pass at tabs org
* Move tab highlighting to Liquid instead of JS
* Adding forwarding links for in-product TOCs
* Move to pre-rendered left-navs instead of post-load JS for TOC sync
* Optimizations and nosync-ing the Reference section
* Optimizations, fix Cloud YAML
* Make a "Sample applications" node
* Tabs CSS fixes and 12-factor reposition
* Fix auto-complete left-padding
* Fix auto-complete right-padding (for symmetry)
* Fix for no left-nav on Compose file
* Fix weird wrapping on smaller screens for tabs
* reorganized d4mac, d4win per tabs structure, split out install guides
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Update reference urls to latest DDC version
* Reintroduces changes ebe778b..9abc9e to TOC
* Update allpagelinks.md
* hid the on-page TOC's for d4mac d4win topics as needed
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
* Add a Hopscotch tour of the new navigation
2017-02-15 17:23:45 -08:00
Victoria Bialas
d0ad358471
d4mac, d4win stable 1.13.1 release notes
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-02-10 10:56:18 -08: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
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
Victoria Bialas
383c365829
copyedit
...
removed extra, duplicate line
2017-02-02 22:19:56 -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
Misty Stanley-Jones
eb3c38fda5
Remove manual TOC from D4M and D4W release notes
2017-02-01 19:49:14 -08:00
Victoria Bialas
0214bd5bf1
adding d4mac, d4win beta 40 release notes
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-31 08:00:20 -08:00
Victoria Bialas
964ecf1e9c
Merge pull request #1435 from londoncalling/d4mac-win-experimental
...
clarified that experimental mode is enabled in d4mac, d4win
2017-01-30 17:59:00 -08:00
Victoria Bialas
274a666900
clarified that experimental mode is enabled in d4mac, d4win
...
updated stable, beta download, and experimental mode descriptions with more detail
copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-30 17:43:43 -08:00
Victoria Bialas
86d9948b2a
Added Rolf's detailed description of nested virtualization solutions from issue
...
highlighted not supported line
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-29 01:04:10 -08:00
Victoria Bialas
89a827590e
updated 'where to go next' x-refs to tutorials
...
updates for new advanced settings UI w/disk image labels d4mac
reformatted what the install includes lists in intros
copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-26 16:40:23 -08:00
Misty Stanley-Jones
9e29d0e03d
Fix more broken links and images
2017-01-26 11:36:27 -08:00
Misty Stanley-Jones
ef95a915eb
Fixing broken links
...
Formatting improvements along the way
2017-01-25 11:51:14 -08:00
Victoria Bialas
62ebf270e3
d4mac, d4win beta 37, beta38 release notes
...
updated beta 38 release notes title on d4win
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-20 13:41:37 -08:00
Victoria Bialas
2b0273a929
d4mac, d4win stable 1.13.0 docs
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-19 22:40:18 -08:00
Victoria Bialas
6fe9da7e2b
d4mac, d4win release notes
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-19 22:40:10 -08:00
Victoria Bialas
3c3c05b790
first draft d4win, d4mac stable 1.13.0
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-19 22:40:01 -08:00
John Mulhausen
50de4479a1
Restructure navigation for Editions
2017-01-19 11:04:55 -08:00
Ben Firshman
2f3218c2c4
Rename Remote API to Engine API
...
See https://github.com/docker/docker/issues/28319
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2017-01-19 10:43:43 -08:00
Victoria Bialas
627132deb0
added Linux Kernel upgrade to relnotes
...
added new bug fix item
toolbox fixes
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-13 13:07:46 -08:00
Victoria Bialas
4038b1ae6c
added beta 36 relnotes, and minor wording updates to Docker.qcow2 question in Mac FAQs
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-12 19:18:10 -08:00
Clorr
155fcee432
Correction of the Install-Module command ( #1102 )
...
The command line was Import-Module which seems to be wrong. It seemed to work for me with Install-Module. So I make the correction. Please note, I'm only a newbie, so check this twice please ;-)
2017-01-12 18:20:58 -08:00
Joao Fernandes
5008e56c7d
Update links to DTR
2017-01-12 15:37:07 -08:00
Joao Fernandes
f7a33dc833
Updates broken links for #1068
2017-01-12 11:54:21 -08:00
LRubin
fde978afc5
more link fixes
...
Signed-off-by: LRubin <lrubin@docker.com>
2017-01-11 14:43:52 -08:00
Victoria Bialas
c07a6219b0
beta 35 release notes d4mac, d4win
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-01-06 10:47:49 -08:00
Victoria Bialas
ea991eb611
Merge branch 'master' into fix-window-console
2016-12-29 21:11:57 -08:00
yuexiao-wang
ccb4c6e679
Replace bash shell to powershell in docker for windows
...
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
2016-12-30 19:58:26 +08:00
Victoria Bialas
50d083870c
update d4mac, d4win intros, add better feedback topics
...
copyedits
more copyedits
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-29 17:03:31 -08:00
Misty Stanley-Jones
ae629e5741
Merge pull request #849 from aduermael/check-links
...
CI - no absolute links to local pages
2016-12-29 11:44:00 -08:00
Victoria Bialas
8477a635b4
added user question in FAQ re: shared drives and Docker Machine nodes
...
copyedit
incorporated Misty's review comments
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-28 15:18:37 -08:00
Adrien Duermael
51df23eb65
links to md files
...
as requested by @mstanleyjones
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-27 14:38:21 -08:00
Adrien Duermael
8f1bc38aca
missing “target=_blank”
...
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-27 14:33:31 -08:00
Adrien Duermael
5e3fbb841d
made absolute links to docs.docker.com relative
...
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-27 10:44:36 -08:00
Adrien Duermael
5b3cbf78f3
made absolute links to docs.docker.com relative
...
Signed-off-by: Adrien Duermael <adrien@duermael.com>
2016-12-27 10:44:36 -08:00
Victoria Bialas
45c120626d
explained how to pin whale to taskbar
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-22 11:33:00 -08:00
Peter Dave Hello
5919563eb8
Lossless Image optimization ( #959 )
...
* re-compress jpg images losslessly using jpegoptim
* re-compress png images losslessly using zopflipng
2016-12-21 11:12:13 -08:00
tim-zju
4a947c9c19
delete error asterisk ( #947 )
...
Signed-off-by: tim-zju <21651152@zju.edu.cn>
2016-12-20 17:17:27 -08:00
Victoria Bialas
f82c8aa86e
d4mac, d4win stable 1.12.5 and beta 34 updates
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-20 14:11:53 -08:00
Victoria Bialas
552b1a1cea
added info on usage data options for beta vs. stable
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-16 18:25:50 -08:00
Victoria Bialas
41007f32de
d4mac, d4win finalize Beta 33, d4win Beta 32.1, and add to system reqmts
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-15 11:22:40 -08:00
Victoria Bialas
8665906c99
removed d4win topic host file system sharing per Michael
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-15 11:22:40 -08:00
Victoria Bialas
4226a616bd
more explanation of Linux volumes location, copyedits for URLs
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-15 11:22:40 -08:00
Victoria Bialas
abd941b6a4
first draft d4mac, d4win Beta 33 docs
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-15 11:22:40 -08:00
Victoria Bialas
c13b8d6269
removed extra feedback hard-coding at bottom of page in d4win release notes
...
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-07 14:09:54 -08:00
Victoria Bialas
6099ddb1cd
Beta 32 docs updates to d4mac, d4win
...
corrected for messed up code block syntax in d4mac getting started
fixed heading levels in d4mac
updated code block style
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2016-12-07 13:54:16 -08:00
Michael Friis
cbcda8292e
update inotify section
2016-12-06 09:29:51 -08:00