* 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>
* 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
* 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>
* 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>
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>
* 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>