Commit Graph

385 Commits

Author SHA1 Message Date
Guillaume Tardif b68b640045 Added link to docker volumes backup/restore doc. Fixed typo
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2018-07-10 18:18:23 +02:00
Guillaume Tardif 9160c9b872 Update save/restore documentation with a specific section we can link to.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2018-07-09 11:38:11 +02:00
Guillaume Tardif 525f951641 Add GDPR related policy regarding how we handle cleaning diagnostics.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2018-06-26 17:06:16 +02:00
David Scott bb41fdbece Docker for Mac: add page on disk space
The disk space usage of Docker on Mac has been difficult to manage
and has confused lots of people, see

https://github.com/docker/for-mac/issues/371

This patch adds a top-level section to the Docker for Mac docs
alongside networking which explains

- where the space has gone
- how to reclaim some of it

In future I'd like to add more about why some systems use `Docker.raw`
and some `Docker.qcow2` but we're in a transitional state at the moment.
It'll be simpler to explain after the next stable version has been
released.

Signed-off-by: David Scott <dave.scott@docker.com>
2018-06-26 15:48:13 +01:00
Justin c8fa039cc7
Remove references to Qemu requirements in multiarch documentation
It is not actually required to have qemu inside of the container as binfmt_misc uses qemu on the host to function.
2018-06-18 19:12:35 -07:00
Akim Demaille cebc281254 Mac: generating and uploading diagnostics by hand
This will soon be obsoleted by com.docker.diagnose, but meanwhile it
is still important information.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-06-15 15:30:22 -07:00
Akim Demaille 991e493912 Mac: deemphasize
There's no (longer any) reason to emphasize this so loudly.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-06-15 15:30:22 -07:00
Akim Demaille 2277dda1af Mac: update instructions for HOME changes
There's no need to document this in both Troubleshoot and FAQ.  Keep
it in the FAQ.  We don't need to reinstall Docker for Mac, and it's
possible to save all the data.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-06-15 15:30:22 -07:00
Akim Demaille f68dc07ae5 Mac: formatting changes
Fold for 80 cols.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-06-15 15:30:22 -07:00
Gwendolynne Barr a55d0c9dfc
Cleanup (#6864) 2018-06-11 12:48:24 -07:00
gtardif 1a47919687 Docker for mac edge relnotes 18.05.0-ce-mac67 (#6839)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-06-07 09:08:14 -07:00
Gwendolynne Barr c9e06d476f
Depersonalize docs (#6760) 2018-05-24 15:05:27 -07:00
Akim Demaille 062d5e8aef Mac: phase out the Data/com.docker.driver.amd64-linux directory (#6705) 2018-05-17 07:43:23 -07:00
gtardif 0b2a469341 Docker for mac edge relnotes 18.05.0-ce-mac66 (#6711) 2018-05-17 07:34:10 -07:00
Akim Demaille e482aeec60 Mac: troubleshoot: update to the current version of Console
We no longer use `syslog`, but `log`.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-05-14 10:08:29 -07:00
Akim Demaille e82d2d4ab5 Mac: troubleshoot: set width for images
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-05-14 10:08:29 -07:00
Akim Demaille bfe48426d4 Mac: remove unused files
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-05-14 10:08:29 -07:00
Akim Demaille fcf7ca985f Mac: a `make check` that checks for useless images
Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-05-14 10:08:29 -07:00
gtardif c74f90d4da macOS 10.10 has been deprecated in 17.06 and not supported since 17.09, removing old references to it. (#6680) 2018-05-11 12:08:14 -07:00
Guillaume Tardif 735c816abe Note on `host.docker.internal` working only in Docker for Mac / Windows, not in production environments.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2018-05-11 12:01:20 -07:00
Alan Buxey 11103773d7 fix recent typos (#6608) 2018-05-01 15:16:24 -07:00
Gwendolynne Barr 1a39156c15
Repair proxy links (#6586) 2018-04-30 10:57:35 -07:00
Alan Buxey 712c8acc39 correct typos (#6595) 2018-04-30 10:54:48 -07:00
gtardif 40cf403a1b Docker for mac stable relnotes 18.03.1-ce-mac65 (#6598) 2018-04-30 10:52:22 -07:00
Joao Fernandes 9867c1cba6
Fix download urls (#6559)
* Fix download urls
2018-04-27 10:21:55 -07:00
gtardif 38a25da6f7 Docker for mac stable relnotes 18.03.1-ce-mac64 (#6550) 2018-04-26 10:47:01 -07:00
gtardif abad51d83d Docker for mac edge relnotes 18.05.0-ce-rc1-mac63 (#6548) 2018-04-26 10:45:39 -07:00
Gwendolynne Barr 1c752a8c0b
Repair links (#6505) 2018-04-20 14:54:39 -07:00
Jingwen Peng 88e69c90ce Fix typo in titles (#6486) 2018-04-20 13:46:37 -07:00
Joao Fernandes a2c59bd6df Fix wrong anchor 2018-04-20 13:24:48 -07:00
Jose E 7f4e5e3c81
added another ~/.bash_profile option
Added another ~/.bash_profile options, listed below:
`
[ -f /usr/local/etc/bash_completion ] && . /usr/local/etc/bash_completion
`
2018-04-18 11:59:52 -06:00
Jose E 91ea932ae6
updating bash_profile
consolidating some useful information. The following lines have to be added to the ~/.bash_profile for it to work. I pulled this information from https://docs.docker.com/compose/completion/. 

I thought it would be useful to add it here so that all this info could be in one place.

if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
fi
2018-04-17 22:40:18 -06:00
Jim Galasyn 125b1d6b9f Tweak k8s URLs to point to v1.8 topics (#417) 2018-04-16 13:31:24 -07:00
gtardif 3c746f56b9 Docker for mac edge relnotes 18.04.0-ce-mac62 (#6439) 2018-04-12 08:13:35 -07:00
gtardif 0051eee4d8 Docker for mac edge relnotes 18.04.0-ce-rc2-mac61 (#6404) 2018-04-09 08:47:58 -07:00
Akim Demaille 529960d5ef Docker for Machine: update (#6364) 2018-04-03 11:25:39 -07:00
gtardif d9f02be08f Docker for mac stable relnotes 18.03.0-ce-mac60 (#6348) 2018-03-30 07:13:06 -07:00
gtardif caa665050c Docker for mac stable relnotes 18.03.0-ce-mac59 (#6305) 2018-03-26 10:53:21 -07:00
gtardif e98e7b4410 Docker for mac edge relnotes 18.03.0-ce-mac58 (#6303) 2018-03-26 10:52:52 -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
Gwendolynne Barr 6a0f892adc
Remove toc min/max to repair right-hand nav (#6264) 2018-03-20 08:36:26 -07:00
James Sharpe 8ed45a47d2 Update description of swap parameter (#6265) 2018-03-20 08:20:17 -07:00
Akim Demaille ddc8bc6dd1 Desktop: split stable/edge release notes (#6231) 2018-03-16 11:03:24 -07:00
gtardif 5e3b80f611 Docker for mac edge relnotes 18.03.0-ce-rc4-mac57 (#6232) 2018-03-15 08:52:32 -07:00
Akim Demaille c51f1baf2d Docker for Desktop updates (#6194) 2018-03-13 17:01:23 -07:00
gtardif 24df46e72a Docker for mac edge relnotes 18.03.0-ce-rc3-mac56 (#6213) 2018-03-13 09:56:02 -07:00
Akim Demaille 19325ac6d1 Docker for desktop downloads (#6177) 2018-03-08 08:08:44 -08:00
Alec Clews 189031b6d6 Remove hard coded install dir for Homebrew
Instead of using `/usr/local` say `$(brew --prefix)`

Also fix the heading for `### Docker Daemon`
2018-03-07 15:33:38 -08:00
Sasha Gerrand 8c4a2deca1 Update product version references (#5928) 2018-02-27 10:25:27 -08:00
gtardif 2cc7d0e616 Release notes for 18.03.0-ce-rc1-mac54 (Edge) (#6098) 2018-02-27 10:20:05 -08:00
gtardif 34010d7f24 Docker for mac stable relnotes 17.12.0-ce-mac55 (#6093) 2018-02-27 06:42:55 -08:00
gtardif c888f691fa Docker for mac edge relnotes 18.02.0-ce-mac53 (#5975)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-02-09 10:41:19 -08:00
Misty Stanley-Jones a17a47dd77
Favor docker <object> <verb> format of commands (#5914)
Remove instances of:
- docker rmi
- docker images
- docker stop
- docker rm
- docker create
- docker exec
- docker attach
2018-02-05 09:33:47 -08:00
gtardif c16b77e4a2 Docker for mac edge relnotes 18.02.0-ce-rc2-mac51 (#5907)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-02-02 09:47:46 -08:00
Sasha Gerrand d628a9f95a Update docs for macOS hostname (#5805)
See: https://github.com/docker/docker.github.io/blob/master/docker-for-mac/release-notes.md#docker-community-edition-17120-ce-mac46-2018-01-09-stable
2018-01-29 15:51:21 -08:00
Akim Demaille c8ad204ddc Toolbox migration (#5823)
* Mac: teach how to migrate from toolbox by hand

We have removed the Toolbox migration tools from Docker for Mac (and
soon for Windows too) because they add a lot of pressure on the code
for a feature which is almost never used today by our users.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-01-26 13:57:26 -08: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
gtardif a735d44cdb Docker for mac edge relnotes 18.02.0-ce-rc1-mac50 (#5834)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-26 09:05:13 -08:00
Misty Stanley-Jones 0309ec51a8
Document Kubernetes support for Win (#5819)
* Document Kubernetes support for Win

* Address feedback
2018-01-26 09:04:26 -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
Ingve Vormestrand 3739088edb Fix typo in release notes (#5796) 2018-01-22 10:29:36 -08:00
gtardif e2ecbf1893 Docker for mac edge relnotes 18.01.0-ce-mac48 (#5783)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-19 11:42:43 -08:00
gtardif 7398be5d5d Release notes for 17.12.0-ce-mac49 (Stable) (#5787)
* Docker for mac stable relnotes 17.12.0-ce-mac49

Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-19 11:42:21 -08:00
Akim Demaille 218e1cbb23 Mac updates (#5762)
* Mac: fix name of the vm directory

Actually the directory name changed from vm to vms/0 (there has been
no release with vm, we may remove references to it).  This is for the
forthcoming 18.01 Edge release, but since it's already published we
should probably update now.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>

* Toolbox: formatting changes

No user visible changes here, just making future diffs easier to read.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>

* Toolbox: do not invite to remove ~/.docker

Docker for Mac uses that directory too.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-01-18 09:37:00 -08:00
Takuto Kanzaki d6be67d79f Add download archive link (#5747) 2018-01-16 12:10:24 -08:00
Takuto Kanzaki fb588928a8 Fix download archive link (#5746) 2018-01-16 12:10:12 -08:00
gtardif 9c8a0ffb37 Docker for mac stable relnotes 17.12.0-ce-mac47 (#5733)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-12 10:49:26 -08:00
gtardif 7f94dbc3df Docker for mac stable relnotes 17.12.0-ce-mac46 (#5702)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-09 04:41:23 -08:00
gtardif 85c39551a8 Docker for mac edge relnotes 17.12.0-ce-mac45 (#5673)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2018-01-06 11:24:42 -08:00
Misty Stanley-Jones 587fedc9af
Kubernetes is now available for D4M Edge (#5672) 2018-01-05 20:35:43 -08:00
Akim Demaille 757c140877 Mac: the disk image has moved (#5603)
* Mac: the disk image has moved

In the forthcoming release of Docker for Mac, the disk image is in
another directory (was needed for future changes).

Signed-off-by: Akim Demaille <akim.demaille@docker.com>

* Mac: FAQ: Promote "Disk Usage" questions

One level upper.

Signed-off-by: Akim Demaille <akim.demaille@docker.com>
2018-01-02 17:13:00 -08:00
gtardif adb4daefd7 Release notes for 17.12.0-ce-rc4-mac44 (Edge) (#5595) 2017-12-21 09:30:26 -08:00
Sebastiaan van Stijn e8f875296a Fix physical/logical typo in D4M FAQ (#5547)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2017-12-20 14:57:11 -08:00
Ameya Shenoy 3fc2a1f341 minor grammatical fixes (#5568) 2017-12-19 13:07:22 -08:00
Alejandro Avilés 47107d1986 Split shell completion section in Bash and Zsh (#5549) 2017-12-18 15:38:32 -08:00
Akim Demaille acfc69ecc3 Mac: give some structure to the FAQ (#5503)
This commit reorders this

    ### Stable and Edge channels
    ### What is Docker.app?
    ### What kind of feedback are we looking for?
    ### What if I have problems or questions?
    ### How can I opt out of sending my usage data?
    ### Can I use Docker for Mac with new swarm mode?
    ### How do I connect to the remote Docker Engine API?
    ### How do I connect from a container to a service on the host?
    ### How do I connect to a container from the Mac?
    ### How do I add custom CA certificates?
    ### How do I add client certificates?
    ### How do I reduce the size of Docker.qcow2?
    ### What are system requirements for Docker for Mac?
    ### Do I need to reinstall Docker for Mac if I change the name of my macOS account?
    ### Do I need to uninstall Docker Toolbox to use Docker for Mac?
    ### How do I uninstall Docker Toolbox?
    ### What is HyperKit?
    ### What is the benefit of HyperKit?
    ### Why is com.docker.vmnetd running after I quit the app?
    ### Can I pass through a USB device to a container?

into this

    ## Questions about Docker.app
    ### Stable and Edge channels
    ### What is Docker.app?
    ### What are system requirements for Docker for Mac?
    ### Do I need to reinstall Docker for Mac if I change the name of my macOS account?
    ### Do I need to uninstall Docker Toolbox to use Docker for Mac?
    ### How do I uninstall Docker Toolbox?
    ## Questions about feedback and help
    ### What kind of feedback are we looking for?
    ### What if I have problems or questions?
    ### How can I opt out of sending my usage data?
    ## How can I...?
    ### Can I use Docker for Mac with swarm mode?
    ### How do I connect to the remote Docker Engine API?
    ### How do I connect from a container to a service on the host?
    ### How do I connect to a container from the Mac?
    ### How do I add custom CA certificates?
    ### How do I add client certificates?
    ### How do I reduce the size of Docker.qcow2?
    ### Can I pass through a USB device to a container?
    ## Components of Docker for Mac
    ### What is HyperKit?
    ### What is the benefit of HyperKit?
    ### Why is com.docker.vmnetd running after I quit the app?

Also, change "new swarm mode" into "swarm mode".

Signed-off-by: Akim Demaille <akim.demaille@gmail.com>
2017-12-15 16:34:27 -08:00
Akim Demaille e6a23925ef Mac: FAQ: Disk usage in raw format (#5504)
* Mac: FAQ: Disk usage in raw format

This is a new feature of Docker for Mac.  Questions and PRs have
already been made about this, and we expect more of them.

Signed-off-by: Akim Demaille <akim.demaille@gmail.com>
2017-12-15 16:14:02 -08:00
gtardif 1537a9916f Release notes for 17.12.0-ce-rc3-mac43 (Edge) (#5522) 2017-12-15 09:10:45 -08:00
Gwendolynne Barr 3c5e9c5618
Add kubectl context instructions and tighten text (#5517) 2017-12-15 08:11:39 -08:00
Alejandro Avilés 9f9726dfe1 Add instructions to activate zsh completion (#5453) 2017-12-14 15:22:52 -08:00
Misty Stanley-Jones 4b8a97f82d Document D4M Kubernetes support (#5439) 2017-12-13 08:58:30 -08:00
gtardif 2a04eeb30f Release notes for 17.12.0-ce-rc2-mac41 (Edge) (#5501) 2017-12-13 08:57:00 -08:00
Gwendolynne Barr b2e0672935 Add text on APFS in macOS High Sierra (#5451) 2017-12-12 15:11:29 -08:00
gtardif 8884db8277 Docker for mac stable relnotes 17.09.1-ce-mac42 (#5484)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-12-11 08:30:40 -08:00
gtardif 1d4bc9cbaa Minor typo fix : “Reset to factory default” instead of “Reset to defaults” (#5375)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2017-11-22 11:48:58 -08:00
gtardif 789150504b Docker for mac edge relnotes 17.11.0-ce-mac40 (#5373)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-11-22 08:37:19 -08:00
gtardif 5e68eb3836 Release notes for 17.11.0-ce-rc4-mac39 (Edge) (#5331) 2017-11-17 11:49:08 -08:00
gtardif 80387d2ba8 Docker for mac edge relnotes 17.11.0-ce-rc3-mac38 (#5256) 2017-11-09 09:39:29 -08:00
Victoria Bialas 77a553656a
fixed Docker for Mac stable download link for v1.12.1 (#5251)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-08 15:46:11 -08:00
Victoria Bialas 19cd94fbbb
updated experimental features link (#5247)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-11-08 15:28:05 -08:00
gtardif 8780702401 Release notes for 17.11.0-ce-rc2-mac37 (Edge) (#5195) 2017-11-02 10:35:21 -07:00
Gwendolynne Barr 05bd4272e7
Repair docker.sock path in images (#5155) 2017-10-28 06:10:32 -07:00
pinata-mac 3057ff652d Docker for mac edge relnotes 17.10.0-ce-mac36 (#5093)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-10-24 08:17:22 -07:00
Jonathan Sokolowski c450374aa7 Add download links to D4M/D4W releases (#5044) 2017-10-23 11:29:51 -07:00
Wang Jie 810109a51f Update index.md (#5042) 2017-10-19 14:52:31 -07:00
Wang Jie e591fd735b Update troubleshoot.md 2017-10-18 19:14:06 -07:00
Wang Jie b344642d69 Update networking.md 2017-10-18 19:14:06 -07:00
Wang Jie 3dc0dea694 Update multi-arch.md 2017-10-18 19:14:06 -07:00
nmur ee6bbaf5f7 Fixed broken link - #5024 (#5030) 2017-10-18 08:25:12 -07:00
Misty Stanley-Jones 9b663257d1 Adjut note about routing traffic to containers on Mac (#4968) 2017-10-14 10:09:09 -07:00
Steven Bedrick c5ab70f51a Clarification & expansion of port forwarding (#4731)
It seems like another sentence or two of explanation about the `-p` option and its syntax might be helpful, here...
2017-10-10 14:06:23 -07:00
Hawley Waldman ec87a0ae60 update info for older mac users in install.md (#4850) 2017-10-10 13:58:51 -07:00
gtardif 3f14bf799b Release notes for 17.09.0-ce-mac35 patch (Stable) (#4828)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2017-10-06 07:44:30 -07:00
pinata-mac 834bab8259 Docker for mac edge relnotes 17.09.0-ce-mac34 (#4827)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-10-06 07:43:51 -07:00
pinata-mac 578a4d1c15 Release notes for 17.09.0-ce-mac32 (Stable) (#4777)
* Docker for mac stable relnotes 17.09.0-ce-mac32

Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>

* Fix compose case

Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>

* Update for 17.09.0-ce-mac33 patch
2017-10-03 07:47:50 -07:00
pinata-mac 363a4fd351 Docker for mac edge relnotes 17.09.0-ce-mac31 (#4756)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-29 13:49:36 -07:00
skymon efc204bade Update networking.md (#4684)
changed --p to -p
2017-09-28 17:24:04 -07:00
pinata-mac 38bfec1414 Docker for mac edge relnotes 17.09.0-ce-rc3-mac30 (#4695)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-22 09:49:31 -07:00
pinata-mac 2e87bfd80b Docker for mac edge relnotes 17.09.0-ce-rc2-mac29 (#4664)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-19 10:19:36 -07:00
pinata-mac 2073f41333 Docker for mac edge relnotes 17.09.0-ce-rc1-mac28 (#4538)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-08 09:58:38 -07:00
gtardif 7f3ad45909 Fix wrong release date for Docker for Mac / Windows 17.06.2 (#4540)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2017-09-08 09:19:28 -07:00
pinata-mac 542381450c Docker for mac stable relnotes 17.06.2-ce-mac27 (#4524)
Signed-off-by: Jenkins-pr-release-docs <guillaume.tardif@docker.com>
2017-09-06 08:04:31 -07:00
gtardif da3055bcf8 D4mac / D4windows Release notes for 17.07.0 (#4488)
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2017-09-01 09:37:35 -07:00
Victoria Bialas 5c1e03c5ea d4mac, d4win Edge relnotes 17.07.0 rc4 win25 (#4360)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-08-24 16:49:42 -07:00
Victoria Bialas 445ccf904f d4mac, d4win 17.06.1 stable, 17.07.0 edge release (#4048)
* d4mac, d4win 17.07.0 edge release

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

* release notes d4mac, d4win 17.07.0 and previous

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

* 17.06.1 stable, 17.07.0 edge relnotes for mac and win

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

* updated keywords, kicking builds

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

* copyedits

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-08-23 15:51:54 -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
Wang Jie ee9534d9b1 Update install.md (#3928) 2017-07-24 18:35:43 -07:00
Victoria Bialas 1c6ff26042 added Compose topics on caching options for performance (#3932)
* added Compose topics on caching options for performance

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

* updated title for Compose topic

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

* line wrap per review

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-07-21 15:52:41 -04: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
Joseph Rex 1a6c5147b9 Update information on processor usage (#3806)
This addresses #3638
2017-07-05 11:02:52 -07:00
Victoria Bialas 10e79f1102 Docker for Mac, Windows 17.06 stable, edge (#3733)
* Docker for Mac, Windows 17.06 stable, edge

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

* incorporated review comments

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

* changed Docker Cloud site links to open in new window

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-28 17:38:02 -07:00
Dave Scott 52a42bcd3e 17.06: improve the Docker for Mac networking workaround (#3220)
Rather than manually creating a custom IP alas on the host, a container
can connect to the host by resolving the DNS name `docker.for.mac.localhost`.

Signed-off-by: David Scott <dave.scott@docker.com>
2017-06-28 08:31:29 -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
Victoria Bialas 5084ca668b added release notes for 1706-ce-rc5 (#3679)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-21 16:53:24 -07:00
Victoria Bialas 0643ec0cb6 Docker for Mac and Windows relnotes 17.06.0-rc4-ce (#3640)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-16 12:38:21 -07:00
Victoria Bialas d1ff1576cb Machine bash completion (#3624)
* corrected command completion URLs compose, machine plus cloud updates

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

* added notes re: Cloud on Machine cloud topics

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

* added notes and links re: legacy Machine swarm v. swarm mode

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

* copyedit, used better punctuation

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-15 16:38:27 -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 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
Victoria Bialas 9bf8661b6b d4mac,win 17.06 edge release notes, docs updates (#3461)
* d4mac,win 17.06 edge release notes, docs updates

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

* added description of new feature shared drives on demand for Windows Edge

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-06-01 14:44:37 -07:00
Wang Jie 86894f0aef Update networking.md (#3234) 2017-05-30 11:39:42 -07:00
Victoria Bialas 3c6e878d39 added missing stable release notes for mac and win (#3417)
* added missing stable release notes for mac and win

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

* copyedit, kick build

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-26 14:36:50 -07:00
Nathan Handler b6431416b2 Fix broken markdown link (#3385)
The HyperKit link was missing a closing `)` causing the link to break.
2017-05-24 16:46:06 -07:00
Victoria Bialas 08a18818e6 added release notes for d4mac, win 1705-ce-11-edge (#3359)
Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-23 12:28:37 -07:00
Wang Jie 58434c1e4a Update faqs.md (#3262) 2017-05-19 15:25:27 -07:00
Wang Jie 7bf6d46281 Update troubleshoot.md (#3236)
Add a link.
2017-05-19 15:20:04 -07:00
Wang Jie cf8dc36429 Update multi-arch.md (#3233) 2017-05-19 15:16:39 -07:00
Wang Jie fc7d514a9c Update docker-toolbox.md (#3232) 2017-05-19 15:14:43 -07:00
Joe e54581f6d2 Remove unnecessary character ')' (#3289) 2017-05-16 14:46:02 -07:00
Victoria Bialas e8c60f5797 Docker for Mac, Windows release notes 1705-ce-9 (#3210)
release notes for mac, win 1705-ce-9, edits

fixed a link

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-09 16:00:20 -07:00
Victoria Bialas ac246ec2d0 updated tags (#3181) 2017-05-05 17:11:34 -07:00
yallop 42d9c55a1e WIP: Osxfs caching updates (#2883)
* Update the osxfs documentation with recent details about caching.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a note about 'cached' to the volumes tutorial.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a document giving a detailed specification of osxfs caching.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Americanize spelling in the osxfs-caching document.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* More osxfs benchmark details for 'go list'.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Remove mentions of the blog post.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* editorial, topic structure changes, x-refs

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

* linked to new topic also where bind mounts are discussed in Namespaces

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

* added more tags

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

* Decapitalize descriptions

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* "releease" ~> "release"

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Use @avsm's suggested rewording for the osxfs-caching introduction.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add an example showing how to use `cached`, `consistent`, etc.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* Add a link to the user-guided caching blog post.

Signed-off-by: Jeremy Yallop <yallop@docker.com>

* added examples heading, more x-refs to blog post, docker run

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

* escaped second dash in --volume long version of command

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

* fixed double dashes on volume option to render properly

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-05 11:49:00 -07:00
Victoria Bialas 81a46448af fixed notes on d4mac, d4win per new format (#3152)
* fixed notes on d4mac, d4win per new format

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

* streamlined d4win pre-install notes, surfaced toolbox option

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-03 13:03:59 -07:00
Victoria Bialas ab47785dc7 Machine unset env var, Cloud updates (#3146)
* added unset env instructions

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

* machine env details, cloud swarm updates, copyedits

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

* fix per review, add Azure to note

Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>
2017-05-03 12:01:33 -07:00
Victoria Bialas ff924e76e8 copyedit (#3060) 2017-04-25 16:51:09 -07:00
Lenny Linux 9a1f99cd11 add warning class and a linebreake to the warning blogquote (#2937)
* Update fedora.md

add warning class to blogquote

* Update linux-postinstall.md

add warning class to blogquote

* Update ubuntu.md

add warning class to blogquote

* Update https.md

add warning class to blogquote

* Update swarm_manager_locking.md

add warning class to blogquote

* Update dockerlinks.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update deploying.md

add warning class to blogquote

* Update insecure.md

add warning class to blogquote

* Update discovery.md

add warning class to blogquote

* Update dockerd.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update docker_service_rm.yaml

add warning class to blogquote

* Update docker_secret_rm.yaml

add warning class to blogquote

* Update scale-your-cluster.md

add warning class to blogquote

* Update resource_constraints.md

add warning class to blogquote

* Update binaries.md

add warning class to blogquote

* Update content_trust.md

add warning class to blogquote

* Update secrets.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update install-sandbox-2.md

add warning class to blogquote

* Update docker-toolbox.md

add warning class to blogquote

* Update index.md

add warning class to blogquote

* Update centos.md

add warning class to blogquote

* Update debian.md

add warning class to blogquote

* Update faqs.md

add linebreak after Looking for popular FAQs on Docker for Windows?

* Update install.md

add linebreake after **Already have Docker for Windows?**

* Revert "Update dockerd.yaml"

This reverts commit 3a98eb86f700ade8941483546c33f69a9dab8ac3.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 5dc1e75f37033932486c11287052b7d64bf83e55.

* Revert "Update docker_service_rm.yaml"

This reverts commit a983380a5625b471f1a03f8ed2301ead72f98f1b.

* Revert "Update docker_secret_rm.yaml"

This reverts commit 4c454b883c300e26fbb056b954bb49ec2933b172.
2017-04-25 11:33:27 -07:00
Julien Maitrehenry 3edabae435 Fix manager and worker join tokens
* Fix manager and worker join tokens. Issue #2088.

Fix screenshots per issue #2126

Move vote images to correct dir

Fix rendering issue with inline code snippet #1990

Fix for stack yaml reference (#1476)

Fix image link

Add shutdown procedures for #1017

* Make the fix asked in the PR

Little fix
2017-04-21 14:05:12 -05:00
Steven Hanna b43c302c46 Spelling mistakes (#2970)
* Spelling mistakes

* Delete last_page.md
2017-04-20 17:26:18 -05:00