Vincent Weevers

Results 327 comments of Vincent Weevers

> is that work with window home edition? I'd be surprised if it wasn't. It's only calling the `vboxmanage` and `docker-machine` binaries.

HyperV is required to run *Docker for Windows*. If you have that, you don't need `docker-share` at all. This tool is for Docker Toolbox.

Did you try the commands, with quotes around the path?

@joniba are you using git bash or something similar? I wrote the instructions for cmd, which substitutes `%cd%` with the current working directory. In any other shell, please replace `%cd%`...

The centos image is using gcc 7, we'll need to update that to [at least 8](https://en.cppreference.com/w/cpp/compiler_support). I hope we can replace the [centos/devtoolset-7-toolchain-centos7](https://hub.docker.com/r/centos/devtoolset-7-toolchain-centos7) base image with RHEL 8, same as...

[UBI 8](https://hub.docker.com/r/redhat/ubi8) might work as a base image, which does not require a subscription (but does have a EULA that warrants a closer look). Or [CentOS Stream](https://quay.io/repository/centos/centos?tab=tags&tag=stream8), which reportedly includes...

> Is Node.js using a Red Hat subscription for that? [Yes](https://github.com/nodejs/build/pull/2859).

For the short term, I'd recommend simply not using `prebuildify-cross`, if compatibility with older distros is not a concern for you. Use the toolchains available on the host machine (e.g....

For reference, [this SO answer](https://stackoverflow.com/a/15602073) explains the benefit of devtoolset (called gcc-toolset in newer RHEL, same thing). We'll probably want to keep using that. I'm hoping to find a compatibility...

> [UBI 8](https://hub.docker.com/r/redhat/ubi8) might work as a base image, which does not require a subscription (but does have a EULA that warrants a closer look). Or [CentOS Stream](https://quay.io/repository/centos/centos?tab=tags&tag=stream8), which reportedly...