Ruby on Rails development environment with Heroku.
987
This Docker image is designed for Ruby on Rails development and includes essential dependencies and tools. It is built with support for ARM architecture, making it suitable for development on Macs. Additionally, it comes with the Heroku CLI pre-installed.
To build the Docker image:
docker build -t ruby-on-rails .
To run the Docker container:
docker run -it --volume "${PWD}:/directory" -e DATABASE_USER=<USER> -e DATABASE_PASSWORD=<PASS> -p 3000:3000 lingfeishengtian/rails-postgres
RAILS_ENV=developmentPGDATA=/var/lib/postgresql/dataDATABASE_USER=<USER>DATABASE_PASSWORD=<PASS>3000: Default port for Rails server.This image provides a robust environment for Ruby on Rails development, with all necessary tools and dependencies pre-configured.
Made for CSCE 431 at TAMU.
Content type
Image
Digest
sha256:405993baf…
Size
503.3 MB
Last updated
over 1 year ago
docker pull lingfeishengtian/rails-postgres