File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ use the "jasonc/centos7" box for this class. https://app.vagrantup.com/boxes/sea
6565
6666## Create a Working Folder <br />
6767When the Command Prompt (Windows) or the Terminal (Mac/Linux) is launched you will be placed in
68- your home directory. For example, if I’m logged into a Windows system as "jason " my home
68+ your home directory. For example, if I’m logged into a Windows system as "user " my home
6969directory could be "C:⧵Users⧵user". (Note: this might vary depending on the version of Windows
7070you are using.) If I’m logged into a Mac system as "user" my home directory will be "/Users/user".
7171If I'm logged into a Linux system as "user" my home directory will be "/home/user". <br />
@@ -81,9 +81,9 @@ configuration file, called a Vagrantfile. Start out by creating a "testbox01" fo
8181* Create Your First Vagrant Files* <br />
8282To create the Vagrant configuration file (Vagrantfile), run the "vagrant init <BOX_NAME> "
8383command. Be sure to be in Vagrant project directory you just created. Also, use the
84- "jasonc/centos7 " box you downloaded earlier. <br />
84+ "generic/rhel8 " box you downloaded earlier. <br />
8585` cd testbox01 ` <br />
86- ` vagrant init jasonc/centos7 ` <br />
86+ ` vagrant init generic/rhel8 ` <br />
8787## Create Your First Virtual Machine <br />
8888The first time you run the "vagrant up " command Vagrant will import (clone) the vagrant box into
8989VirtualBox and start it. If Vagrant detects that the virtual machine already exists in VirtualBox it will
You can’t perform that action at this time.
0 commit comments