| title | nextpage |
|---|---|
Run Ruby in Docker |
cleanup |
{% include nav.html %}
Dockerfile that builds the Ruby App
docker build -t myruby examples/session1/ruby/docker run --rm -it -p 4567:4567 --network mynet --name rubyserver myruby- Sample Ruby App
- Navigate to the listing page
- Note that the users are present in the table
Press Cntl-C to exit the container.
{% include next.html %}