machine-drivers / docker-machine-driver-xhyve

docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
https://godoc.org/github.com/machine-drivers/docker-machine-driver-xhyve
BSD 3-Clause "New" or "Revised" License
888 stars 74 forks source link

Build issue with docker v1.10 #92

Closed cmoad closed 8 years ago

cmoad commented 8 years ago

Image build dies with error immediately following the MAINTAINER line using docker v1.10.

Sample Dockerfile:

FROM debian:wheezy

MAINTAINER me
Sending build context to Docker daemon 1.783 MB
Step 1 : FROM debian:wheezy
 ---> 48304f60c1b9
Step 2 : MAINTAINER me
network  not found
zchee commented 8 years ago

@cmoad Hi, thanks issue :)

I tested now, but this problem could not be reproduced :( See asciinema: https://asciinema.org/a/35707

Could you tell me the version of related of docker family?

cmoad commented 8 years ago

I repeated all the steps and was unable to get the error this time. I'm using homebrew for all components. docker v1.10. docker-machine v0.6.0. docker-machine-driver-xhyve v0.2.2. I guess we can call this one a glitch. Thanks for the fast response and great work on this project. It's much nicer than using vbox on osx.

zchee commented 8 years ago

@cmoad I was relieved to hear that :tada: Thanks!!

I will keep trying my best :)