-
Notifications
You must be signed in to change notification settings - Fork 9
InstallingWithDocker
riebling edited this page Jul 26, 2018
·
1 revision
In addition to installing Vagrant as described in the DiViMe README, install Docker for your OS according to the Docker website
(tested with Windows 10, Ubuntu)
Ubuntu Linux:
Make sure the /var
filesystem has lots of space for the Docker layered filesystem. At least 20 GB required, but more is better especially if intending to process large amounts of data with the VM. One workaround requires root privileges: create a symbolic link /var/lib/docker
that points to a folder with sufficient space.
chmod 777 . # make current directory world writable
vagrant up --provider=docker
Windows (in a Bash for Windows shell, or Windows PowerShell):
vagrant up --provider=docker
See more/advanced details HERE