Commit Graph

81 Commits

Author SHA1 Message Date
gison93 d1b965e474 Fix typo adress -> address (#9068) 2019-07-18 15:58:39 -07:00
paigehargrave cebcbb053d
Update troubleshoot.md 2019-03-15 07:34:03 -04:00
Maria Bermudez ccbb5e2630 Revert "Revert "Merge branch 'master' of github.com:docker/docker.github.io""
This reverts commit 4b5fbbdbc9.
2019-03-08 10:53:00 -08:00
Paige Hargrave 4b5fbbdbc9 Revert "Merge branch 'master' of github.com:docker/docker.github.io"
This reverts commit 813f45bdd7, reversing
changes made to 2349c62566.
2019-02-28 13:11:13 -05:00
Maria Bermudez 4f3b609a78
Fixes Windows container limitations 2019-02-27 14:56:49 -08:00
Maria Bermudez 0212c893e5
Merge pull request #7945 from zulli73/patch-1
Ensure PMU Virtualization is turned off
2019-02-04 10:29:59 -08:00
zulli73 07a3cfc4c6
Move this tip to the section below
Incorporate the following suggestion https://github.com/docker/docker.github.io/pull/7945#issuecomment-457656389
2019-01-29 09:13:22 +01:00
paigehargrave 0dab4ade68
Merge branch 'master' into name-change-for-Docker-Desktop 2019-01-14 11:14:48 -05:00
paigehargrave 0087ec819e
Update troubleshoot.md 2019-01-11 12:59:15 -05:00
paigehargrave e872839aba
Update troubleshoot.md 2019-01-11 10:11:49 -05:00
paigehargrave af4aa3cd03
Merge branch 'master' into patch-1 2019-01-03 16:49:59 -05:00
paigehargrave dc258127c0
Incorporated edits from technical review 2019-01-03 16:35:38 -05:00
zulli73 f9950129d8
Ensure PMU Virtualization is turned off
Having PMU Virtualization turned on in Parallels on Macs may cause the MobyLinuxVM to not properly start up and consume considerable amount of CPU finally letting Docker on Windows to fail altogether
2018-12-29 10:19:04 +01:00
newoneforasn4 818a7b6865 fixed spelling error 2018-11-13 10:45:52 -08:00
LoreenRH b2b2162cb8 Update docs for docker desktop
Signed-off-by: LoreenRH <lorena.rangel@docker.com>
2018-10-05 10:03:31 +02:00
Oscar Caballero 269c80d2d9 Spelling revision 2018-09-23 21:43:11 +02:00
Gwendolynne Barr 9138392402
Add redirect (#6755) 2018-05-24 12:25:25 -07:00
Stephen Turner fc1010674c Reword to explain the purpose of the diagnostics ID (#6553) 2018-04-26 12:37:01 -07:00
Victor Algaze 33072cda69 Contribution link, hyper-v clarify, bootcamp 2018-04-17 11:24:30 -07:00
docbenton e9fb176638
refer to 'systeminfo' to check Hyper-V requirements
fix typos
2018-04-07 00:13:04 +02:00
docbenton bfb6efa6d5
SLAT cpu feature should be listed a pre-requisite for Hyper-V ; systeminfo is useful to check Hyper-V pre-requisites
https://github.com/docker/docker.github.io/issues/6381
2018-04-06 23:35:13 +02:00
Gwendolynne Barr cea1e7dc29
Tweak d4w (#6331) 2018-03-28 10:05:02 -07:00
Gwendolynne Barr fede3151d5
Copyedit phase 4 (#6329) 2018-03-28 07:38:10 -07:00
Gwendolynne Barr 52e8b27401
Copyedit phase 3 (#6326) 2018-03-27 20:13:44 -07:00
Gwendolynne Barr fd753e5b27
Copyedit phase 2 (#6324) 2018-03-27 19:41:37 -07:00
Akim Demaille 2351c7ae44 Desktop: fix links to "Proxies" (#6290) 2018-03-23 11:13:49 -07:00
Akim Demaille 249e31d0cd Desktop: remove obsolete doc (#6269) 2018-03-23 07:01:29 -07:00
Akim Demaille b419d141e1 Desktop: networking (#6258) 2018-03-23 05:46:43 -07:00
Akim Demaille c51f1baf2d Docker for Desktop updates (#6194) 2018-03-13 17:01:23 -07:00
Akim Demaille 14b53b68c3 Jekyll: don't put {% raw %} directives in pre blocks
Replace all occurrences of

    ```foo
    {% raw %}
    bar
    {% endraw %}
    ```

(which generates spurious empty lines in the rendered pre block) with

    {% raw %}
    ```foo
    bar
    ```
    {% endraw %}

Also, fix some occurrences where the raw section is too large and
prevented interpretation of Jekyll directives.

This is the syntax used in the documentation of Jekyll itself:

https://raw.githubusercontent.com/jekyll/jekyll/master/docs/_docs/templates.md

FTR, done with two perl substitutions:

    '^([\t ]*```[^\n]*
    )([ \t]*\{% raw %\}[^\n]*
    )' '$2$1'

and

    '^([ \t]*\{% endraw %\}[^\n]*
    )([\t ]*```[^\n]*
    )' '$2$1'

and manually tweaks.  A mechanical check would be most useful.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-03-13 10:28:29 -07:00
Misty Stanley-Jones a55ddf60a9
Move /engine/installation to /install (#5651)
* Move /engine/installation to /install

* Add Docker for IBM Cloud to the matrix
2018-01-26 10:29:14 -08:00
Misty Stanley-Jones a4f5e30249
Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788)
* Reword lots of instances of 'will'

* Reword lots of instances of won't

* Reword lots of instances of we'll

* Eradicate you'll

* Eradicate 'be able to' type of phrases

* Eradicate 'unable to' type of phrases

* Eradicate 'has / have to' type of phrases

* Eradicate 'note that' type of phrases

* Eradicate 'in order to' type of phrases

* Redirect to official Chef and Puppet docs

* Eradicate gratuitous 'please'

* Reduce use of e.g.

* Reduce use of i.e.

* Reduce use of N.B.

* Get rid of 'sexagesimal' and correct some errors
2018-01-25 17:37:23 -08:00
Andrew Schwartzmeyer 665727f90f Fix PowerShell syntax (#4714)
Assignment to a variable requires the dollar sign, e.g. `$variable = ...`
2017-09-28 17:20:16 -07:00
Victoria Bialas 1f99dfa207 Add more info re: Hyper-V driver for Docker Machine on Windows, cleanup, link topics together (#4609)
* add more links and info re: Hyper-V driver for Docker Machine on Windows

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

* added info on where Machine data lives

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

* added information about the Hyper-V Manager

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

* linked between docker-machine create command and other relevant topics

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

* copyedits

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

* copyedits, added Examples heading to create driver

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

* clarifed docker-machine create example

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-09-13 12:30:15 -07:00
Victoria Bialas a922be3d0f Update admonitions CSS for consistency and better writer workflow (#4019) 2017-07-31 21:49:56 -07:00
Victoria Bialas a4b4acc92c Fix links to subtopics in index.md files by include full path (#4054)
* for all links to , changed to full path

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

* fixed link in Swarm Tutorial per review comments

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-31 18:54:08 -07:00
Victoria Bialas d2cf85be8a Add CSS for option to create inline images (like whale menu) (#3877)
* add CSS tests for Josh

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

* new class inline for images, updated docs to call class

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

* removing last test paragraph

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-13 16:07:43 -07:00
Victoria Bialas a3bbadb7ed Add d4mac client side FAQ (#3671)
* add d4mac client side FAQ

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

* added link to FAQs from Getting Started

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

* added FAQs re: installing client certificates

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

* added more detail on client and server side certs

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

* fixed Mac and Windows specific topics

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

* fixed formatting so that content renders properly

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

* incorporated review comments

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

* updated Windows FAQ to clarify directories copy, remove refs to db

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

* change ref from Mac to Windows on Win side

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

* added certificate topic to Win getting started

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

* review comments, remove 'entities' clarify meaning

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-23 11:48:03 -07:00
Michael ed9687d4f6 Create troubleshoot.md (#3561)
removed double parentheses from link
2017-06-20 10:58:33 -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
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
Victoria Bialas 536680a87c corrected explanation of default permissions on shared volumes (#3384)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-24 12:20:55 -07:00
Wang Jie 3ddf56afd7 Update troubleshoot.md (#3301) 2017-05-19 15:40:49 -07:00
Victoria Bialas c69c3974db D4win FAQs, troublehshooting for permissions on shared volumes (#3307)
* added detail re: permissions defaults on shared volumes

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

* fixed note format

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

* added more x-refs between faqs, troubleshooting, shared drives topic

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-18 10:51:39 -07:00
Steven Hanna b43c302c46 Spelling mistakes (#2970)
* Spelling mistakes

* Delete last_page.md
2017-04-20 17:26:18 -05:00
Bill a3a7ae1e0b replaced docker/docker with moby/moby (#2879)
* replaced docker/docker with moby/moby

* fixed incorrect name changes in release notes

* fixed mentions of moby/moby in code
2017-04-20 15:32:18 -05:00
John Mulhausen add2f680e8 Default highlight.js off, dockerfile > conf highlighting, pygments (#2757)
* Default highlight.js off, dockerfile > conf highlighting, pygments

* Address feedback, style changes, markdownify reductions

* Getting rid of more markdownify

* Fix for right-hand nav spacing
2017-04-13 17:10:29 -07:00
Misty Stanley-Jones fb7c73908b Update the styleguide (#2332)
* Update the styleguide

Also normalize admonition titles with the colon outside the bold.
2017-03-15 09:46:30 -07: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 383c365829 copyedit
removed extra, duplicate line
2017-02-02 22:19:56 -08:00