Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build issue with docker v1.10 #92

Closed
cmoad opened this issue Feb 6, 2016 · 3 comments
Closed

Build issue with docker v1.10 #92

cmoad opened this issue Feb 6, 2016 · 3 comments

Comments

@cmoad
Copy link

cmoad commented Feb 6, 2016

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
Copy link
Member

zchee commented Feb 6, 2016

@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?

  • docker
  • docker-machine
  • boot2docker
  • docker-machine-driver-xhyve
    • Create vm with --debug flag will be displayed docker-machine-driver-xhyve version
    • e.g. docker-machine --debug create --driver xhyve xhyve-test

@cmoad
Copy link
Author

cmoad commented Feb 6, 2016

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.

@cmoad cmoad closed this as completed Feb 6, 2016
@zchee
Copy link
Member

zchee commented Feb 6, 2016

@cmoad I was relieved to hear that 🎉
Thanks!!

I will keep trying my best :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants