https://trbmeetup.doorkeeper.jp/events/88667
Docker is a tool designed to make it easier to create, deploy, and run applications by using containers. While there's a lot of information about using Docker for production Rails apps, I have been using it in development as well. Docker brings a lot of advantages for web application development, but it also creates some problems.
In this talk, I am going to share the benefits of using Docker, how to create a development environment with it, and how I have dealt with some of the challenges I've encountered.