Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant up? #20

Closed
KevinBurton opened this issue Apr 18, 2017 · 4 comments
Closed

vagrant up? #20

KevinBurton opened this issue Apr 18, 2017 · 4 comments

Comments

@KevinBurton
Copy link

I am new to vagrant and packer so forgive me. I successfully did all four steps mentioned in the README.md.

Now I try 'vagrant up' and get

$ vagrant up
A Vagrant environment or target machine is required to run this
command. Run `vagrant init` to create a new Vagrant environment. Or,
get an ID of a target machine from `vagrant global-status` to run
this command on. A final option is to change to a directory with a
Vagrantfile and to try again.
$ 

I must have missed a step. Is there any possibility of getting some high-level explanation for the last two steps and what I need to do to be able to run 'vagrant up' successfully.

Thank you.

@StefanScherer
Copy link
Owner

You have to clone/download this github repo and change the current dir into it so Vgrant can find the Vagrantfile and spin up the VM.

@KevinBurton
Copy link
Author

Isn't that the first step?

@StefanScherer
Copy link
Owner

Before vagrant up you have to go to the docker-windows-box folder where the Vagrantfile is. If you typed the packer build steps then a cd .. should do that.

@StefanScherer
Copy link
Owner

I'll close this issue. If you still need help feel free to reopen it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants