From 6e07ab0d97b1ef666b3fea2791ba45b91ec3bda7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 15 Apr 2014 17:14:16 -0700 Subject: [PATCH] providers/docker: add running state translation --- templates/locales/providers_docker.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/locales/providers_docker.yml b/templates/locales/providers_docker.yml index dff7f5e3a..68b87b6db 100644 --- a/templates/locales/providers_docker.yml +++ b/templates/locales/providers_docker.yml @@ -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"