Sign inSign up

p91challenge/docker-rails

By p91challenge

Updated over 6 years ago

Image
0

897

p91challenge/docker-rails repository overview

Repository to create a docker image containing Rails 6 and ruby 2.6.5.

Create a new rails project using this image

> docker run --rm -ti -v $(pwd):/workdir -w /workdir p91challenge/rails 

Build the image

To build the image locally, use the following command:

> DOCKER_BUILDKIT=1 docker build -t p91challenge/rails .

Tag summary

Content type

Image

Digest

Size

383.7 MB

Last updated

over 6 years ago

docker pull p91challenge/docker-rails