-
Notifications
You must be signed in to change notification settings - Fork 2k
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
FreeBSD image #476
Comments
Related nodejs/build#723 |
Docker uses the host kernel to run stuff, as explained here: http://rhelblog.redhat.com/2015/07/29/architecting-containers-part-1-user-space-vs-kernel-space/ So you cannot run a FreeBSD kernel "in the container". Options include:
All of them seem to be much more complicated than having a FreeBSD box and build things there using e.g. Poudriere. |
I'm inclined to close this out since it doesn't seem like something we can solve with a Docker image. If no one objects I'll close this out later today. |
Yeah, did some more reading and did find there is compatibility now, but until there is an official image I think this should be closed. |
Maybe there is something that is incompatible, but a FreeBSD image would help the
node-sass
project. We build binaries for that platform, but having a common baseline from Node would be super helpful.The text was updated successfully, but these errors were encountered: