docker-ruby-sinatra Docker image and container for Ruby/Sinatra development. Usage Generate the Gemfile.lock, using the ruby:3.0 image make lock Create an image that will include the dependencies (Gems) make build Run the container (application); attach logging to stdout make run Access the container's terminal make tty