You will need to have docker installed in your machine. First build the images:
docker-compose build
Then setup the database
docker-compose run app bin/setup
Finally start the development server
docker-compose up app
If you need to use byebug
run the server in deamon mode and the attach to the container running the app
docker-compose up -d app && docker attach simplefoods_app_1