-
Notifications
You must be signed in to change notification settings - Fork 13
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
drill_up fails (maybe due to Docker Toolkit?) #35
Labels
Comments
Thanks for the amazing problem write-up! Can you dump the session info on that system? I may be able to replicate your environment (I have a few old macs around with various macOSes on them). |
Here is the relevant info out of a restarted session:
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am eager to try out what described in the blog post about 0.8.0 version, but after having installed as instructed
and then running the code below, I got a failure:
I have been able to have drill running manually and mapping the local file system to my directory of interest.
On the Docker side I have an old MBP, so I have Docker Toolkit.
(That maybe is the reason for the failure.)
If I run
drill
image from the command line I get the following:I tried to
hello_world
Docker example usingstevedore
package and it works...so somewhat Docker (at least the easy bit) seems to work.I then decided to dig into
drill_up
implementation and executed line by line to debug.Then the 30 attempts of
drill_active
fail...(here I just show one manual try :-) )I am out of ideas to try to make it work...any directions is welcome.
The text was updated successfully, but these errors were encountered: