How to use Docker containers for Ruby on Rails development in Visual Studio Code - DEV Community
It has become common practice to use Docker and Docker compose when building a development environment on a developer's machine. The theory is to run the docker compose command from the terminal to test and verify the operation, but we propose a convenient way to develop with VS Code by using the Dev Containers extension of VS Code.In this article, we will show you how to set up Dev Containers using a Rails project.
How to use Docker containers for Ruby on Rails development in Visual Studio Code - DEV Community #ruby #rubydeveloper #rubyonrails #code #development #docker