Only cleaned environment of Ruby On Rails dockerized ready to work
docker-compose up -d
docker exec -it rails-web bundle
docker exec -it rails-web rails generate scaffold note title body:text
docker exec -it rails-web rails db:migrate
Go to http://localhost:8200