Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 402 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 402 Bytes

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