You can get access to this VM with SSH (ssh, rsync, scp) or with SMB (Samba).
This VM has two disks, the main OS disk and a bigger storage disk.
The /home/vagrant/projects/
directory is stored on the bigger storage disk. Here you should put your project files
if you don't want to use the automatic NFS mounts (eg. for Windows users).
You can get access to /home/vagrant/projects/
though the Samba share projects
.
The directory of the Vagrantfile is mounted under /vagrant (vagrant default).
Under Linux and MacOS your home directory is mounted under the same path as your host system. eg.
Host System: /Users/foo/ VM: /Users/foo/
Hint: This handling is needed if you want to use docker-compose from your host system.
If you're working under Windows you can put your files under /home/vagrant/projects/
You can access these Files via Samba.
- Map a new Network Drive
- Select Drive Letter
- Enter: \\192.168.56.2
- Browse and select the directory projects
Use the following Credentials:
Username: \vagrant Password: vagrant