Skip to content

Build a Ruby development environment in Docker container

License

Notifications You must be signed in to change notification settings

yanhao-pro/docker-ruby-dev

 
 

Repository files navigation

docker-ruby-dev

Build a Ruby development environment in Docker container.

Following tools are preinstalled:

  • zsh: the shell
  • vim: default editor
  • silversearcher-ag: faster grep
  • curl: to download or test APIs
  • traefik: reverse proxy for apps built in the container
  • locales: setup UTF-8
  • sudo: enable /etc/sudoers
  • headless chrome for automatic testing

Usage

docker-compose up -d

About

Build a Ruby development environment in Docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 55.8%
  • Shell 27.8%
  • Dockerfile 8.4%
  • API Blueprint 5.6%
  • Ruby 2.4%