mirror of https://github.com/docker/docs.git
Updated kitematic endpoint
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
38470dd381
commit
6e4aa098fb
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in New Issue