Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 602 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 602 Bytes

multipass-rails-dev-box

You can run rails-dev-box on M1 mac using Multipass.

How to build "rails-dev-box"

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