Rails-Init Creating a new rails project Use this repo as a template. cd init docker compose run --build --rm init rails new . cd .. Change the UID:GID to your user. sudo chown -R 1000:1000 * docker compose up --build -d