mirror of https://github.com/docker/docs.git
				
				
				
			Make user supplied input more obvious
Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
		
							parent
							
								
									e7714a4981
								
							
						
					
					
						commit
						c2be96eac8
					
				|  | @ -21,7 +21,7 @@ type ErrCertInvalid struct { | ||||||
| 
 | 
 | ||||||
| func (e ErrCertInvalid) Error() string { | func (e ErrCertInvalid) Error() string { | ||||||
| 	return fmt.Sprintf(`There was an error validating certificates for host %q: %s | 	return fmt.Sprintf(`There was an error validating certificates for host %q: %s | ||||||
| You can attempt to regenerate them using 'docker-machine regenerate-certs name'. | You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'. | ||||||
| Be advised that this will trigger a Docker daemon restart which will stop running containers. | Be advised that this will trigger a Docker daemon restart which will stop running containers. | ||||||
| `, e.hostURL, e.wrappedErr) | `, e.hostURL, e.wrappedErr) | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue