this Dockerfile contains:
$ docker build -t foo/bar:0.1 .
$ docker run -v /path/host/rails-project:/var/www -p 8080:3000 -i -t foo/bar:0.1
$ docker run -v /path/host/rails-project:/var/www -p 8080:3000 -it brnbp/rails:latest
Content type
Image
Digest
Size
482.7 MB
Last updated
over 10 years ago
docker pull brnbp/rails