Updated kitematic endpoint

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben 2016-07-20 16:49:04 -07:00
parent 38470dd381
commit 6e4aa098fb
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export default {
while (true) {
try {
router.get().transitionTo('setup');
docker.setup(util.isWindows() ? 'docker.local':'localhost');
docker.setup('localhost');
setupServerActions.started({started: true});
this.simulateProgress(20);
metrics.track('Native Setup Finished');