This will be available starting on 1.5!
More information on how it's going to work on 
https://github.com/mitchellh/vagrant/blob/master/website/docs/source/v2/provisioning/docker.html.md#building-images

Cheers,
--
Fábio Rehm

On Thursday, January 16, 2014 2:08:01 PM UTC-2, robertj wrote:
>
> Hi,
>
> How can I start the provisioning of Docker via an external Dockerfile?
> My Vagrantfile looks like this at the moment
>
> Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
>
>   config.vm.box = "precise64"
>
>   config.vm.define :server_infrastructure do |t|
>
>   end
>
>
>   config.vm.provision "docker" do |d|
>
>     d.pull_images "ubuntu"
>
> *    #how does the below work?*
>
>
> *    #d.build "new-container-name" "local-docker-file-name"*
>
>   end
>
> end
>
>
> Your help is greatly appreciated
>
> ciao robertj
>

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to