Changing VM name to docker-dev

This commit is contained in:
Jeffrey Morgan 2015-07-22 19:04:51 -07:00
parent 61f44bef2c
commit 298ed22c84
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import fs from 'fs';
import util from './Util';
import resources from './ResourcesUtil';
var NAME = util.isWindows () ? 'kitematic' : 'dev';
var NAME = 'docker-vm';
var DockerMachine = {
command: function () {