mirror of https://github.com/docker/docs.git
				
				
				
			Add style and phrasing nitpicks
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
		
							parent
							
								
									5358010229
								
							
						
					
					
						commit
						6439ee967d
					
				|  | @ -143,17 +143,19 @@ Make sure to specify the machine name as an argument: | ||||||
| # Crash Reporting | # Crash Reporting | ||||||
| 
 | 
 | ||||||
| Provisioning a host is a complex matter that can fail for a lot of reasons. | Provisioning a host is a complex matter that can fail for a lot of reasons. | ||||||
| Some of those reasons lies in your very workstation that can have a wide | Your workstation may have a wide variety of shell, network configuration, VPN, | ||||||
| variety of shell, network configuration, vpn, proxy and firewalls or from reasons | proxy or firewall issues.  There are also reasons from the other end of the | ||||||
| on the other end of the chain: your cloud provider or the network in between. | chain: your cloud provider or the network in between. | ||||||
| 
 | 
 | ||||||
| To help `docker-machine` be as stable as possible, we added a monitoring of crashes | To help `docker-machine` be as stable as possible, we added a monitoring of | ||||||
| whenever you try to `create` or `upgrade` a host. This will send over https to bugsnag | crashes whenever you try to `create` or `upgrade` a host. This will send, over | ||||||
| a couple of information : your docker-machine version, build, OS, ARCH, the path to your | HTTPS, to Bugsnag some information about your `docker-machine` version, build, | ||||||
|  current shell and the history of the last command as you could see it with a `-D` option. | OS, ARCH, the path to your current shell and, the history of the last command as | ||||||
| Those data are only there to help us pinpoint recurring issue with docker-machine and will only | you could see it with a `--debug` option.  This data is sent to help us pinpoint | ||||||
| be transmitted in the case of a crash of docker-machine. | recurring issues with `docker-machine` and will only be transmitted in the case | ||||||
| 
 | of a crash of `docker-machine`. | ||||||
| If you're worried about thatm you can create a `no-error-report` in the `$HOME/.docker/machine` |  | ||||||
| directory, and we will not gather nor send any data. |  | ||||||
| 
 | 
 | ||||||
|  | If you wish to opt out of error reporting, you can create a `no-error-report` | ||||||
|  | file in your `$HOME/.docker/machine` directory, and Docker Machine will disable | ||||||
|  | this behavior.  Leaving the file empty is fine -- Docker Machine just checks for | ||||||
|  | its presence. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue