2014-03-26 23:45:46 +00:00
|
|
|
en:
|
|
|
|
docker_provider:
|
2014-04-11 01:26:19 +00:00
|
|
|
creating: |-
|
|
|
|
Creating the container...
|
|
|
|
created: |-
|
|
|
|
Container created: %{id}
|
2014-04-16 21:46:37 +00:00
|
|
|
host_machine_disabling_folders: |-
|
|
|
|
Removing synced folders...
|
2014-04-17 22:35:04 +00:00
|
|
|
host_machine_forwarded_ports: |-
|
|
|
|
Warning: When using a remote Docker host, forwarded ports will NOT be
|
|
|
|
immediately available on your machine. They will still be forwarded on
|
|
|
|
the remote machine, however, so if you have a way to access the remote
|
|
|
|
machine, then you should be able to access those ports there. This is
|
|
|
|
not an error, it is only an informational message.
|
2014-04-11 01:26:19 +00:00
|
|
|
host_machine_needed: |-
|
|
|
|
Docker host is required. One will be created if necessary...
|
|
|
|
host_machine_ready: |-
|
|
|
|
Docker host VM is already ready.
|
|
|
|
host_machine_starting: |-
|
|
|
|
Vagrant will now create or start a local VM to act as the Docker
|
|
|
|
host. You'll see the output of the `vagrant up` for this VM below.
|
2014-04-16 18:59:08 +00:00
|
|
|
host_machine_syncing_folders: |-
|
|
|
|
Syncing folders to the host VM...
|
2014-04-16 00:25:39 +00:00
|
|
|
logs_host_state_unknown: |-
|
|
|
|
This container requires a host VM, and the state of that VM
|
|
|
|
is unknown. Run `vagrant up` to verify that the container and
|
|
|
|
its host VM is running, then try again.
|
2014-04-16 00:23:56 +00:00
|
|
|
not_created_skip: |-
|
|
|
|
Container not created. Skipping.
|
|
|
|
not_docker_provider: |-
|
|
|
|
Not backed by Docker provider. Skipping.
|
2014-04-16 03:02:19 +00:00
|
|
|
ssh_through_host_vm: |-
|
|
|
|
SSH will be proxied through the Docker virtual machine since we're
|
|
|
|
not running Docker natively. This is just a notice, and not an error.
|
2014-04-11 01:26:19 +00:00
|
|
|
|
2014-03-26 23:45:46 +00:00
|
|
|
messages:
|
2014-04-11 01:26:19 +00:00
|
|
|
destroying: |-
|
|
|
|
Deleting the container...
|
2014-03-26 23:45:46 +00:00
|
|
|
not_created: |-
|
|
|
|
The container hasn't been created yet.
|
|
|
|
not_running: |-
|
|
|
|
The container is not currently running.
|
2014-04-11 01:26:19 +00:00
|
|
|
provision_no_ssh: |-
|
|
|
|
Provisioners will not be run since container doesn't support SSH.
|
2014-03-26 23:45:46 +00:00
|
|
|
will_not_destroy: |-
|
2014-03-27 00:52:47 +00:00
|
|
|
The container will not be destroyed, since the confirmation was declined.
|
2014-03-26 23:45:46 +00:00
|
|
|
starting: |-
|
|
|
|
Starting container...
|
|
|
|
stopping: |-
|
|
|
|
Stopping container...
|
|
|
|
container_ready: |-
|
|
|
|
Container started and ready for use!
|
|
|
|
|
2014-04-11 01:26:19 +00:00
|
|
|
status:
|
|
|
|
host_state_unknown: |-
|
|
|
|
The host VM for the Docker containers appears to not be running
|
|
|
|
or is currently inaccessible. Because of this, we can't determine
|
|
|
|
the state of the containers on that host. Run `vagrant up` to
|
|
|
|
bring up the host VM again.
|
|
|
|
not_created: |-
|
|
|
|
The environment has not yet been created. Run `vagrant up` to
|
|
|
|
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.
|
2014-04-16 00:14:16 +00:00
|
|
|
running: |-
|
|
|
|
The container is created and running. You can stop it using
|
2014-04-16 00:25:39 +00:00
|
|
|
`vagrant halt`, see logs with `vagrant docker-logs`, and
|
2014-04-16 00:14:16 +00:00
|
|
|
kill/destroy it with `vagrant destroy`.
|
2014-04-11 01:26:19 +00:00
|
|
|
stopped: |-
|
|
|
|
The container is created but not running. You can run it again
|
|
|
|
with `vagrant up`. If the container always goes to "stopped"
|
|
|
|
right away after being started, it is because the command being
|
|
|
|
run exits and doesn't keep running.
|
|
|
|
|
2014-03-26 23:45:46 +00:00
|
|
|
errors:
|
2014-04-16 03:52:06 +00:00
|
|
|
communicator_non_docker: |-
|
|
|
|
The "docker_hostvm" communicator was specified on a machine that
|
|
|
|
is not provided by the Docker provider. This is a bug with your
|
|
|
|
Vagrantfile. Please contact the creator of your Vagrant environment
|
|
|
|
and notify them to not use this communicator for anything except the
|
|
|
|
"docker" provider.
|
2014-03-26 23:45:46 +00:00
|
|
|
config:
|
|
|
|
cmd_not_set: |-
|
|
|
|
The Docker command has not been set!
|
|
|
|
docker_provider_nfs_without_privileged: |-
|
|
|
|
You've configured a NFS synced folder but didn't enable privileged
|
|
|
|
mode for the container. Please set the `privileged` option to true
|
|
|
|
on the provider block from your Vagrantfile, recreate the container
|
|
|
|
and try again.
|
|
|
|
docker_provider_image_not_configured: |-
|
|
|
|
The base Docker image has not been set for the '%{name}' VM!
|
2014-04-11 01:26:19 +00:00
|
|
|
execute_error: |-
|
|
|
|
A Docker command executed by Vagrant didn't complete successfully!
|
|
|
|
The command run along with the output from the command is shown
|
|
|
|
below.
|
|
|
|
|
|
|
|
Command: %{command}
|
|
|
|
|
|
|
|
Stderr: %{stderr}
|
|
|
|
|
|
|
|
Stdout: %{stdout}
|
2014-04-10 15:57:59 +00:00
|
|
|
synced_folder_non_docker: |-
|
|
|
|
The "docker" synced folder type can't be used because the provider
|
|
|
|
in use is not Docker. This synced folder type only works with the
|
|
|
|
Docker provider. The provider this machine is using is: %{provider}
|