Skip to content

egobude/DockerVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerVM

Build Status

Notice: This setup is currently only for mac users!

Requirements

Install dependencies

$ brew install ansible
$ brew cask install virtualbox
$ brew cask install vagrant

Usage

Clone the repository

$ git clone https://github.com/egobude/DockerVM.git
$ cd DockerVM

Adjust VM settings in vagrant.rb

module ProjectVars
  # vhost
  VHOST = "docker.vm"

  # IP Address
  IP = "10.0.1.10"

  # VM Settings
  CPUS = "2"
  MEMORY = "2048"
  VM_NAME = "DockerVM"
end

Start the machine

$ vagrant up

Edit your local /etc/hosts

$ 10.0.1.10 docker.vm

Create Mountpoint on your machine

$ mkdir data
$ mount_smbfs -N //guest@10.0.1.10/docker ./data

To unmount, using the following command

$ umount ./data

Login into the docker vm

$ vagrant ssh

About

Development vm for docker based projects

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published