This image will help you with development of legacy Ruby applications on a M1 Mac computer. The image itself is based on latest ubuntu, with RVM, NVM and a Ruby and Node versions specified in a tag.
To use this image, go to your app's directory and execute:
docker run -p3000:3000 --rm -ite TERM -v $(pwd):/home/user/app rubylogic/ruby-node-m1:2.1.8-v12.21
You can start your development :)
This image has built-in caching capability that will put all of your dependencies into a tarball within your app's directory - but you need to execute caching command by yourself!:
mkcache
When container starts and it detects that the tarball with cache exists, it will automatically load it so you don't need to worry about that.
That's it, happy coding!
This image is brought to you by Ruby Logic S.C. - you can learn more about us at rubylogic.eu
Content type
Image
Digest
sha256:ffa684ac2…
Size
877.6 MB
Last updated
20 days ago
docker pull rubylogic/ruby-node-m1:4.0.6-v14.21.3