*This is a dockerfile with: +base: dockerfile/ubuntu +ruby193 +rails 3.2.21
+sample app: 'blog' with rest, xml, and wdsl
+Note: Dockerfile also runs: +RUN cd /data/blog && bundle install +CMD ["cd /data/blog && rails server"]
*Once started, sample app serves the following: +http://localhost:3000/posts (scaffold renders html) +http://localhost:3000/posts.json +http://localhost:3000/books.xml (pre-populated with see db:seed) +http://localhost:3000/rumbas/wsdl (pre-populated with db:seed)
Content type
Image
Digest
sha256:6720bd23e…
Size
238 MB
Last updated
almost 11 years ago
docker pull royroque/ruby193rails3