Blog

Thoughts on web development, best practices, Ruby, Rails and web technologies

posted on

Rails Docker Development Fig


Using Docker for your development environment ensures anyone can quickly spin up the exact environment required to run your application. However managing multiple Docker containers for all the services required can quickly become tedious (especially remembering all the volumes and links that are needed for each container).

Fig provides a easy way to define and manage your containers. This post shows an example of managing a Rails development environment.

Next page