Skip to content

Commit 8ae41ec

Browse files
authored
Update README.md
1 parent 81e1630 commit 8ae41ec

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
1-
# README
1+
# Rails on Docker
2+
3+
> **Update:** Check out the new course on setting up a [Rails local development environment with Docker using DevContainers](https://www.devteds.com/devcontainers-for-developers-multi-container-local-dev-setup/)
4+
5+
> This is an old episode and source code. Instead, I suggest you check out the new way of working with [Docker for Rails](https://youtu.be/xfeQ6vDuidA) applications
6+
7+
[![Episode Video Link](https://i.ytimg.com/vi/xfeQ6vDuidA/hqdefault.jpg)](https://youtu.be/xfeQ6vDuidA)
8+
9+
## Old code & episode
210

311
Learn how to use docker / docker compose to create and run rails application.
412

513
[Episode video link](https://youtu.be/a-jcTib9ZPA)
614

7-
[![Episode Video Link](https://i.ytimg.com/vi/a-jcTib9ZPA/hqdefault.jpg)](https://youtu.be/a-jcTib9ZPA)
8-
915
## Tested on
1016

1117
* Mac OSX - 10.10.5
1218
* Docker - 1.12.1
1319
* Docker compose - 1.8.0
1420

15-
## Instructions / commands
21+
## Instructions/commands
1622

1723
```
1824
mkdir ~/projects/noteapp

0 commit comments

Comments
 (0)