hashicorp / photon-vagrant

Vagrantfile to experiment with Project Photon
8 stars 7 forks source link

Blog post docker commands need sudo #3

Open ingineering opened 9 years ago

ingineering commented 9 years ago

Your blog post https://hashicorp.com/blog/vagrant-vmware-photon.html references "docker run" which doesn't work without sudo.

KFishner commented 9 years ago

Hmmm odd - I'm able to run it fine without sudo. Did you use our Vagrantfile or a custom setup? image

ingineering commented 9 years ago

Used your vagrantfile. photon

KFishner commented 9 years ago

What versions of Vagrant and VMware are you using?

ingineering commented 9 years ago

Vagrant 1.7.2 VMware Fusion 7.1.1 vagrant-vmware-fusion 3.0.1

frapposelli commented 9 years ago

There is a problem with the 1.0.1 box version as both rkt and docker are not setuid.

Version 1.0.2 with the fixes is building right now and will be available shortly, please make sure to run vagrant box update to update your local version.

frapposelli commented 9 years ago

New box is up, please run vagrant box update.

stevepereira commented 9 years ago

Worked for me after update.

ingineering commented 9 years ago

👍