From 9516427136cc1158a4800700ee68a7ab8a4f0691 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 7 Jul 2015 12:04:21 -0600 Subject: [PATCH] update messaging for installing docker --- templates/locales/en.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index fd01e17e9..894251945 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -124,8 +124,11 @@ en: docker_configure_autostart: |- Configuring Docker to autostart containers... docker_install_with_version_not_supported: |- - Vagrant is not capable of installing an specific version of Docker + Vagrant is not capable of installing a specific version of Docker onto the guest machine and the latest version will be installed. + This is a limitation of Vagrant knowing how to interact with this + operating system. This isn't a bug, but if you know how to fix this + please report it to Vagrant. docker_installing: |- Installing Docker (%{version}) onto machine... docker_pulling_images: