-
Notifications
You must be signed in to change notification settings - Fork 10
Windows and MacOS Virtual machine with vagrant (EN)
If your OS doesn't support docker native you can use virtual machine with vagrant. I have chosen vagrant
instead of docker-machine
because I had problems with shared folders using docker-machine
.
-
Download this project from torrentmonitor-dockerized.zip or clone it using
git clone https://github.com/Nawa/torrentmonitor-dockerized.git
-
Install Vagrant https://www.vagrantup.com/downloads.html
-
Install VirtualBox https://www.virtualbox.org/wiki/Downloads
-
Open
cmd
and go to the downloaded directorytorrentmonitor-dockerized/windows
whicn contains Vagrantfile filecd torrentmonitor-dockerized/windows
-
Run
vagrant up
And wait when the start will be finished
-
Open browser on page http://localhost:8080
-
Enjoy
###Additional Stop/Restart/Pause/Resume vagrant:
vagrant halt
vagrant reload
vagrant suspend
vagrant resume
If you will have critical problems with application you can try one of next
-
Recreate application inside vagrant virtual machine by using
vagrant provision
-
Destroy vagrant virtual machine and start again
vagrant destroy vagrant up