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
- Host: GitHub
- URL: https://github.com/alexandershvaykin/shared_docker_dev
- Owner: AlexanderShvaykin
- Created: 2022-01-15T18:09:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T07:37:15.000Z (over 3 years ago)
- Last Synced: 2025-03-15T03:41:28.515Z (7 months ago)
- Topics: dip, docker-compose, dotfiles
- Language: Dockerfile
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```