filmov
tv
Rails on Docker: Create and run Rails app using Docker - Episode #1
Показать описание
Create and Run Rails on Docker.
Note: Check the new version of this with DevContainers:
-------------------------------------------------------
In this episode I will show you how to create a rails application using Docker and Compose. Compose where I will orchestrate two services - first will be a database service (mysql) and the second one will be the rails application service which will connect to the database service.
After creating rails application using docker (compose), I will show you a few rails commands as how one can use them to create migrations or run any rails generators etc.
Source code:
Copy of commands:
------------------------------------------------------------------------
Author:
Note: Check the new version of this with DevContainers:
-------------------------------------------------------
In this episode I will show you how to create a rails application using Docker and Compose. Compose where I will orchestrate two services - first will be a database service (mysql) and the second one will be the rails application service which will connect to the database service.
After creating rails application using docker (compose), I will show you a few rails commands as how one can use them to create migrations or run any rails generators etc.
Source code:
Copy of commands:
------------------------------------------------------------------------
Author: