I am trying to install docker in a vagrant box, I followed the steps on the docker website
But when I run vagrant up in the docker/ directory that is downloaded through git I get this error message.
"There is a syntax error in the following Vagrantfile. The syntax error message is reproduced below for convenience:
/docker/Vagrantfile:146: syntax error, unexpected ':', expecting kEND
override.vm.synced_folder ".", "/vagrant", disabled: true"
How do I resolve this so that I can connect into the vagrant box, I get the same message is I run the command "vagrant ssh"