Docker Compose with Rails
We'll show you how to set up Docker Compose with Rails. We'll take a very practical approach by starting from scratch. We'll build a simple Rails app, get it working locally, and then get it working with docker compose. We'll configure things so the app can run both locally and with docker.
Docker Compose Commands
docker-compose build
docker-compose up
docker-compose exec web
More:
docker-compose start
docker-compose stop
Docker Commands
docker build -t boltops/docker-compose-rails .
docker run boltops/docker-compose-rails
docker push boltops/docker-compose-rails
Links:
- GitHub: boltops-learn/docker-compose-rails
- Docker Docs: Quickstart: Compose and Rails
Docker Essentials
1h 46m
1h 46m
Kubernetes Intro
1h 43m
1h 43m
Kubernetes Deploy Tools
48m
48m
Kubes: Kubernetes Deploy Tool
2h 21m
2h 21m
Kubernetes Tips
19m
19m
AWS EKS Kubernetes
4h 13m
4h 13m
Azure AKS Kubernetes
40m
40m
Google GKE Kubernetes
3h 29m
3h 29m
Get full access to these great resources
All for less than the price of coffee a day
44 courses
286 lessons
46+ hours