# Rails rideshare example ``` # Pull latest pyroscope image: docker pull pyroscope/pyroscope:latest # Run the example project: docker-compose up --build # Reset the database (if needed): docker-compose down ```