Docker image with Ruby and Node.js with Yarn installed and ready to roll.
And installed library for major gems.(e.g. nokogiri)
Run Rails App out of the box.
Maintaned combinations:
- Ruby: 2 (2.6.5) Node: 10.x (10.16.3)
Some applications, like Jekyll, GitHub pages or Rails with Webpacker, requires both Ruby and Node.js installed in the same image in order to run or fully function. This image do not install any other packages than both other images do.
Ruby: Same as official.
Node: Instead variables NODE_VERSION and YARN_VERSION is available variable NODE_MAJOR fullfiled with major version of node.js. Node is not executed on by CMD.
$ docker run -v "$PWD":/usr/src/app -p "8080:8080" k0uki/ruby-node
Versions 2-6, 2-8, 2-10 has defined locale C.UTF-8 instead default POSIX.
This Docker image is licensed under the MIT License.
Software contained in this image is licensed under the following:
- Ruby: GPLv2
- Node.js: MIT License
This image is officially supported on Docker versions v17, v18.
Support for older versions (down to v1.0) is provided on a best-effort basis.