Follow these steps to get started Docker and Compose.
- Install Docker and Compose
- Run
docker-compose up
to start a development environment - Run
docker-compose run webapp bundle exec rake spec
to run the test suite
Follow these steps to get started Docker and Compose.
docker-compose up
to start a development environmentdocker-compose run webapp bundle exec rake spec
to run the test suite