update messaging for installing docker

This commit is contained in:
Mitchell Hashimoto 2015-07-07 12:04:21 -06:00
parent a3b3e3ffeb
commit 9516427136
1 changed files with 4 additions and 1 deletions

View File

@ -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: