An open API service indexing awesome lists of open source software.

https://github.com/alexandershvaykin/shared_docker_dev

Configuration for ruby development with docker
https://github.com/alexandershvaykin/shared_docker_dev

dip docker-compose dotfiles

Last synced: 27 days ago
JSON representation

Configuration for ruby development with docker

Awesome Lists containing this project

README

          

# Docker for Ruby development.
It is based on this [article](https://evilmartians.com/chronicles/reusable-development-containers-with-docker-compose-and-dip)

## Usage

Clone this repository as `~/.dip/`. And run `make`

```shell
cd ~
clone repo-url .dip
cd .dip && make
cd your_project
dip ls
dip ruby
ruby -v
```