mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fixed missing callback for last setup step.
This commit is contained in:
@@ -118,7 +118,7 @@ Installer.steps = [
|
||||
{
|
||||
run: function (callback) {
|
||||
reloadDefaultContainers(function (err) {
|
||||
if (err) { console.error(err); }
|
||||
callback(err);
|
||||
});
|
||||
},
|
||||
pastMessage: 'Started the Boot2Docker VM',
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"version": "0.1.0",
|
||||
"window": {
|
||||
"show": false,
|
||||
"toolbar": true,
|
||||
"frame": true,
|
||||
"toolbar": false,
|
||||
"frame": false,
|
||||
"width": 800,
|
||||
"height": 600,
|
||||
"resizable": false
|
||||
|
||||
Reference in New Issue
Block a user