You will need to have docker installed in your machine. First build the images:
docker-compose buildThen setup the database
docker-compose run app bin/setupFinally start the development server
docker-compose up appIf 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