Notice: This setup is currently only for mac users!
- Homebrew - https://brew.sh/index_de.html
- Vagrant - https://www.vagrantup.com
- Virtualbox - https://www.virtualbox.org
- Ansible - https://www.ansible.com
$ brew install ansible
$ brew cask install virtualbox
$ brew cask install vagrant
$ git clone https://github.com/egobude/DockerVM.git
$ cd DockerVM
module ProjectVars
# vhost
VHOST = "docker.vm"
# IP Address
IP = "10.0.1.10"
# VM Settings
CPUS = "2"
MEMORY = "2048"
VM_NAME = "DockerVM"
end
$ vagrant up
$ 10.0.1.10 docker.vm
$ mkdir data
$ mount_smbfs -N //[email protected]/docker ./data
$ umount ./data
$ vagrant ssh