Sign inSign up

zazo/rails

By zazo

•Updated over 10 years ago

Image
1

5.6K

zazo/rails repository overview

⁠Docker base image: Rails + Nginx + Puma

Docker base image for Rails⁠ runned with Nginx⁠ and Puma⁠ prepared for deploy on AWS Elasticbeanstalk⁠.

⁠Dockerfile

Dockerfile on Github⁠.

⁠Build

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

⁠Usage

Simple Dockerfile for your rails app is here⁠.

Simple Dockerrun.aws.json is here⁠.

Simple EB config file with rake db:migrate is here⁠.

Tag summary

Content type

Image

Digest

sha256:e2c272fa4…

Size

354.3 MB

Last updated

over 10 years ago

docker pull zazo/rails