2.3.8 (as a project-specific test, for no other good reason in 2019)
Currently no config. This runs through step 4 in Getting Started With Rails.
Currently includes sqlite, but no schema defined yet.
N/A
$ docker run -it --rm r6by/rails-hello:0.1.0 bundle exec rake test
N/A
docker run -itP r6by/rails-hello:0.1.0curl localhost:3000helm install --name=my-release helm/rails-hello/ --waitservice.type is ClusterIP, you will see a pot-forward command to run. Running will display the dynamically allocated port being forwarded to, like:
$ kubectl port-forward svc/my-release-rails-hello 0:80
Forwarding from 127.0.0.1:56652 -> 3000
Forwarding from [::1]:56652 -> 3000
$ curl -s 127.0.0.1:56746 | grep Rails!
<h1>Hello, Rails!</h1>
Content type
Image
Digest
Size
130.7 MB
Last updated
over 7 years ago
docker pull r6by/rails-hello