-
Notifications
You must be signed in to change notification settings - Fork 84
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
Got it to run under Docker in Docker #79
Comments
Hey thanks! How would you go about integrating it in the main repo? Running it on mac with Docker Desktop for Mac, I get this error when executing an image, after downloading the toolchain image:
When I remove the volume definition for /var/lib/docker from the launch command, it works fine. |
Hey sorry about the late reply. I was thinking that I could perhaps file a PR with a Dockerfile that includes a build step like:
I can just modify the It will however, probably be a good idea for you to open a Dockerhub account tho, to have an official release image. It shouldn't be alot of work, but I dont want to burden you with this, without asking you first. As for the Docker for Mac issue: Yeah, it looks like the cache won't work in this case, we should probably just add a warning on the README or something. For whatever reason Docker for Mac has just horrible file system characteristics, seems like a well known issue, they even added a cache just to work around it. I tried it on my Mac and even just pulling the docker images is about 2-3x as slow. (Not the mention the error) Really not sure what we can do to fix this to be totally honest, at first I thought it was a permission issue, but even with What do you think? |
Hi there,
Really cool project!
I just spent an afternoon dockerizing it. I have a repo here:
https://github.com/ms-jpq/nodebook-docker
It runs Docker inside Docker, so everything is a bit cleaner.
So far I've tested all the repls (with hello world), and they all seem to be a-okay except ocaml. It throws a
Permission denied
thing.I don't know if you want to incorporate it into your main repo or not, but just thought i'd let you know. :)
Have a good day!
Edit:
Ocaml also throws the same error if i run it outside of Docker in Docker. (Still using the same
--docker
option)So I dont think thats related.
The text was updated successfully, but these errors were encountered: