This image was made to make Rails development easy.
1.8K
You can see the latest Dockerfile here or here.
This image provide these apps/libs:
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 $
Content type
Image
Digest
Size
403.4 MB
Last updated
over 8 years ago
docker pull jacksonpires/ubuntu-rails-ssh