mirror of
https://github.com/bitnami/containers.git
synced 2026-03-08 02:37:20 +08:00
Fixed README
This commit is contained in:
@@ -7,6 +7,16 @@ If you’ve never tried to start a project with containers before, or you have t
|
||||
|
||||
In this tutorial we walk you through using the Bitnami docker images during the development lifecycle of a Ruby on Rails application.
|
||||
|
||||
### Eclipse Che Developer Workspace
|
||||
|
||||
You can download this repository locally to your computer to start working with the tutorial or just click the link below to automatically create and launch a Rails on-demand Eclipse Che developer workspace on Codenvy:
|
||||
|
||||
[](https://beta.codenvy.com/f/?url=https%3A%2F%2Fgithub.com%2Fbitnami%2Fbitnami-docker-rails%2Ftree%2Fche)
|
||||
|
||||
You can find the configuation files used on the previous link in the [Che branch](https://github.com/bitnami/bitnami-docker-rails/tree/che). For more information about Eclipse Che workspaces check the [official documentation](https://eclipse-che.readme.io/docs/introduction)
|
||||
|
||||
If you want to start developing locally skip this step and follow the documentation below.
|
||||
|
||||
# Why Docker?
|
||||
|
||||
We think developers are adopting containers for development because they offer many of the same advantages as developing in VMs, but with lower overhead in terms of developer effort and development machine resources. With Docker, you can create a development environment for your code, and teammates can pull the whole development environment, install it, and quickly get started writing code or fixing bugs.
|
||||
|
||||
Reference in New Issue
Block a user