providers/docker: add running state translation

This commit is contained in:
Mitchell Hashimoto 2014-04-15 17:14:16 -07:00
parent 29297e1a2f
commit 6e07ab0d97
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ en:
create the environment. If a machine is not created, only the
default provider will be shown. So if a provider is not listed,
then the machine is not created for that environment.
running: |-
The container is created and running. You can stop it using
`vagrant halt`, attach to it with `vagrant docker-attach`, and
kill/destroy it with `vagrant destroy`.
stopped: |-
The container is created but not running. You can run it again
with `vagrant up`. If the container always goes to "stopped"