All Projects → machine-drivers → Docker Machine Driver Vmware

machine-drivers / Docker Machine Driver Vmware

Licence: apache-2.0
Docker machine driver for VMware Fusion and Workstation.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Docker Machine Driver Vmware

Docker Machine Driver Xhyve
docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
Stars: ✭ 879 (+671.05%)
Mutual labels:  minikube, docker-machine
Aws Minikube
Single node Kubernetes instance implemented using Terraform and kubeadm
Stars: ✭ 101 (-11.4%)
Mutual labels:  minikube
Docker Swarm
🐳🐳🐳 This repository is part of a blog series on Docker Swarm example using VirtualBox, OVH Openstack, Azure and Amazon Web Services AWS
Stars: ✭ 43 (-62.28%)
Mutual labels:  docker-machine
Vctl Docs
VMware vctl Docs
Stars: ✭ 95 (-16.67%)
Mutual labels:  fusion
Video Transcode Queue
A sample video upload platform as a kubernetes cluster (WIP)
Stars: ✭ 66 (-42.11%)
Mutual labels:  minikube
Jhipster Microservices Example
JHipster Microservices Example using Spring Cloud, Spring Boot, Angular, Docker, and Kubernetes
Stars: ✭ 100 (-12.28%)
Mutual labels:  minikube
Tofu
Project for an open-source python library for synthetic diagnostics and tomography for Fusion devices
Stars: ✭ 35 (-69.3%)
Mutual labels:  fusion
Jpdaf tracking
A tracker based on joint probabilistic data association filtering.
Stars: ✭ 107 (-6.14%)
Mutual labels:  fusion
Synthesis
A robot simulator which exports a CAD model into a physics environment
Stars: ✭ 101 (-11.4%)
Mutual labels:  fusion
Docker For All
Docker applied in development, devops, testing, product management etc.
Stars: ✭ 88 (-22.81%)
Mutual labels:  docker-machine
Demo
Easy to use KubeVirt demo based on minikube.
Stars: ✭ 88 (-22.81%)
Mutual labels:  minikube
Openstack Helm
PROJECT HAS MOVED TO OPENSTACK
Stars: ✭ 67 (-41.23%)
Mutual labels:  minikube
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (-12.28%)
Mutual labels:  minikube
Mdsplus
The MDSplus data management system
Stars: ✭ 47 (-58.77%)
Mutual labels:  fusion
Gluu Docker
Project for Gluu Docker files
Stars: ✭ 103 (-9.65%)
Mutual labels:  minikube
Local Development
[Deprecated] Run Hasura locally on your computer
Stars: ✭ 38 (-66.67%)
Mutual labels:  minikube
Location
Smartphone navigation positionning, fusion GPS and IMU sensors.
Stars: ✭ 87 (-23.68%)
Mutual labels:  fusion
Fusionjs
Modern framework for fast, powerful React apps
Stars: ✭ 1,353 (+1086.84%)
Mutual labels:  fusion
Docker Machine Port Forwarder
Simple bash script that makes it easier to forward ports from Docker Machine
Stars: ✭ 107 (-6.14%)
Mutual labels:  docker-machine
Docker Workshop
Docker Workshop
Stars: ✭ 104 (-8.77%)
Mutual labels:  docker-machine

Docker Machine VMware Driver

Create Docker machines locally on VMware Fusion and Workstation.

This driver requires VMware Workstation 14 (Windows/Linux) or VMware Fusion 10 (MacOS) to be installed on your host. Earlier versions of Workstation/Fusion might still work with this driver, but it's not officially supported.

Docker machine has a builtin driver called vmwarefusion. The main difference between those drivers is that vmware also works on VMware Workstation, while vmwarefusion only works on VMware Fusion.

Installation

From a Release

The latest version of the docker-machine-driver-vmware binary is available on the GithHub Releases page. Download the the binary that corresponds to your OS into a directory residing in your PATH.

From Homebrew

The driver is available for easy installation via Homebrew on macOS.

$ brew install docker-machine-driver-vmware

From Source

Make sure you have installed Go and configured GOPATH properly. For MacOS and Linux, make sure $GOPATH/bin is part of your $PATH for MacOS and Linux. For Windows, make sure %GOPATH%\bin is included in %PATH%.

Run the following command:

go get -u github.com/machine-drivers/docker-machine-driver-vmware

Usage

$ docker-machine create --driver=vmware default

Options

  • --vmware-boot2docker-url: URL for boot2docker image
  • --vmware-configdrive-url: URL for cloud-init configdrive
  • --vmware-cpu-count: Number of CPUs for the machine (-1 to use the number of CPUs available)
  • --vmware-disk-size: Size of disk for host VM (in MB)
  • --vmware-memory-size: Size of memory for host VM (in MB)
  • --vmware-no-share: Disable the mount of your home directory
  • --vmware-ssh-password: SSH password
  • --vmware-ssh-user: SSH user

Environment variables and default values

CLI option Environment variable Default
--vmware-boot2docker-url VMWARE_BOOT2DOCKER_URL Latest boot2docker url
--vmware-configdrive-url VMWARE_CONFIGDRIVE_URL -
--vmware-cpu-count VMWARE_CPU_COUNT 1
--vmware-disk-size VMWARE_DISK_SIZE 20000
--vmware-memory-size VMWARE_MEMORY_SIZE 1024
--vmware-no-share VMWARE_NO_SHARE -
--vmware-ssh-password VMWARE_SSH_PASSWORD tcuser
--vmware-ssh-user VMWARE_SSH_USER docker

License

It's under the Apache 2 license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].