Skip to content

Commit e79c10c

Browse files
committed
Update README.md
1 parent 85ef051 commit e79c10c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
hello-docker-rails
2-
==================
3-
4-
This is a Hello Rails project by Docker.
1+
# hello-docker-rails
2+
This is a Docker image project with Rails and MySQL.
53

64
## Requirement
75
### Installed these
@@ -95,7 +93,7 @@ Yeah, me too. So, how about below.
9593
docker run -t -v /var/www/html --name app_data busybox
9694

9795
# Run App Server mounted the volume
98-
docker run -i --volumes-from app_data -p 80:3000 --link db:db --name app -t xtity/hello-docker-rails
96+
docker run -d --volumes-from app_data -p 80:3000 --link db:db --name app -t xtity/hello-docker-rails
9997
```
10098

10199
That's it!

0 commit comments

Comments
 (0)