-
Notifications
You must be signed in to change notification settings - Fork 842
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
stack docker pull assumes /var/ruv/docker.sock exists #972
Comments
Did you try setting the |
That works, thanks! |
Perhaps this would be a good q&a to copy over to stack overflow for future On Thu, Sep 10, 2015, 4:01 PM Mateusz Kowalczyk notifications@github.com
|
@borsboom While I have your attention, is there anywhere I can see the dockerfiles used for fpco images? I'm currently getting
That image is based on Sorry for piggybacking this issues, don't know where to ask otherwise, are you on IRC? @snoyberg I'll do that now and post a link in few minutes. |
Stack is supposed to mount itself in the container at that location, but it would appear that something is going wrong. Can you show
The haskell-stack mailing list is a good place. I'm not on IRC. |
Let's continue in #974 |
If we start docker daemon with
-H 172.17.42.1:5555
, the/var/run/docker.sock
file doesn't exist andstack docker pull
fails:In the meantime,
docker -H 172.17.42.1:5555 pull tweag/haskellr:latest
works fine so maybe stack should allow us to pass in extra flags tostack docker pull
.The text was updated successfully, but these errors were encountered: