зеркало из https://github.com/docker/kitematic.git
Fixing critical install bug
This commit is contained in:
Родитель
abcc1b33c5
Коммит
5a20db50da
|
@ -191,7 +191,7 @@ startBoot2Docker = function (callback) {
|
|||
if (installed) {
|
||||
boot2DockerVMExists(function (err, exists) {
|
||||
if (exists) {
|
||||
boot2dockerexec('up', function (err, stdout) {
|
||||
boot2dockerexec('up -v', function (err, stdout) {
|
||||
console.log(err);
|
||||
console.log(stdout);
|
||||
if (err) {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Lookup the Kitematic VM resolver for .dev domains
|
||||
mkdir -p /etc/resolver
|
||||
echo "nameserver 172.17.42.1" > /etc/resolver/dev
|
||||
|
||||
DIR=$(dirname "$0")
|
||||
|
|
Загрузка…
Ссылка в новой задаче