Skip to content
Snippets Groups Projects
Commit f43b122b authored by jurgenhaas's avatar jurgenhaas
Browse files

Provide better defaults for readContainerConfig()

parent 0f631dd1
Branches
Tags v1.12.2
No related merge requests found
......@@ -398,7 +398,12 @@ class Handler extends BaseHandler {
catch (\Exception $ex) {
// Ignore.
}
return [];
return [
'NetworkSettings' => [
'Gateway' => '127.0.0.1',
],
'Mounts' => [],
];
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment