Sign inSign up

royroque/ruby193rails3

By royroque

Updated almost 11 years ago

Image
0

871

royroque/ruby193rails3 repository overview

Content

*This is a dockerfile with: +base: dockerfile/ubuntu +ruby193 +rails 3.2.21

In addition, a sample rails app was included

+sample app: 'blog' with rest, xml, and wdsl

+Note: Dockerfile also runs: +RUN cd /data/blog && bundle install +CMD ["cd /data/blog && rails server"]

Note:

*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)

Tag summary

Content type

Image

Digest

sha256:6720bd23e

Size

238 MB

Last updated

almost 11 years ago

docker pull royroque/ruby193rails3