Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
vagrant up centos7
ssh centos7

And if you installed some HTTP service, simply go to http://centos7/


When and when you're done:

Code Block
vagrant destroy centos7

...