Hi, here's the vagrantfile I'm using http://pastie.org/9195825
And here is the private key referred in the vagrantfile: http://pastie.org/9195841 Steps that work fine: $ vagrant up --provider=docker $ vagrant ssh # logs into container, all good at this point # exit docker container Step that does *not* work: $ vagrant ssh --command "echo 'test'" # => Bad port '' $ vagrant -v Vagrant 1.6.2 `vagrant ssh -c "echo 'test'"` works fine for other vms for me. Is this a bug? If not, any suggestions how to make it work? Thanks -- 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/d/optout.
