Sign inSign up

jacksonpires/ubuntu-rails-ssh

By jacksonpires

Updated over 8 years ago

This image was made to make Rails development easy.

Image
7

1.8K

jacksonpires/ubuntu-rails-ssh repository overview

Welcome!

You can see the latest Dockerfile here or here.


This image provide these apps/libs:

  • VIM
  • Git
  • CURL
  • RVM (Ruby 2.4.1)
  • Rails 5.1.4

Run Example:

docker run -d -P -v $(pwd):/projects --name railscontainer jacksonpires/ubuntu-rails-ssh

docker port railscontainer
  3000/tcp -> 0.0.0.0:32796
  22/tcp -> 0.0.0.0:32797

ssh app@localhost -p 32797         # The password is `app`
app@railscontainer $

Tutorial de Instalação (em português)

Tutorial de instalação do Rails com Docker

Tag summary

Content type

Image

Digest

Size

403.4 MB

Last updated

over 8 years ago

docker pull jacksonpires/ubuntu-rails-ssh