Create new Rails 6 project with Docker
If you want to set-up a new Rails (6) project, but you don't want to go through the hassle of setting op Ruby, node, Yarn, Rails itself, etc. you could do it with Docker.
Setup
Prerequisite: Have Docker installed
If not, install Docker first
Create the directory for your project
Open a terminal, create a project folder somewhere and go into that directory: