Docker base image for Rails runned with Nginx and Puma prepared for deploy on AWS Elasticbeanstalk.
Dockerfile on Github.
Commmit changes and create new tag.
To build base image use:
make build
To tag latest image:
make tag_latest
To push to Docker Hub repo:
make push
Or do this all:
make
Simple Dockerfile for your rails app is here.
Simple Dockerrun.aws.json is here.
Simple EB config file with rake db:migrate is here.
Content type
Image
Digest
sha256:e2c272fa4…
Size
354.3 MB
Last updated
over 10 years ago
docker pull zazo/rails