You can run rails-dev-box on M1 mac using Multipass.
- Download Multipass
- Clone this repository
% git clone https://github.com/yahonda/multipass-rails-dev-box.git
% cd multipass-rails-dev-box
- Launch Multipass box
% multipass launch 24.04 --cpus 2 --disk 20G --memory 2G --name rails-dev-box --cloud-init ./cloud-init.yaml --timeout 600
- Login to Multipass box
% multipass shell rails-dev-box
- You can access the "rails-dev-box"
ubuntu@rails-dev-box:~$