You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
+
**[WARNING] This repository is deprecated and only maintained for legacy purposes. For an up to date Docker set up, please head over [here](https://github.com/osteel/docker-tutorial-2), thank you.**
2
+
1
3
# Docker tutorial
2
4
3
-
This repository comes with the blog article[From Vagrant to Docker: How to use Docker for local web development](http://tech.osteel.me/posts/2015/12/18/from-vagrant-to-docker-how-to-use-docker-for-local-web-development.html"From Vagrant to Docker: How to use Docker for local web development"). Please refer to it for a full explanation.
5
+
This is the companion repository for[From Vagrant to Docker: How to use Docker for local web development](http://tech.osteel.me/posts/2015/12/18/from-vagrant-to-docker-how-to-use-docker-for-local-web-development.html"From Vagrant to Docker: How to use Docker for local web development"). Please refer to it for a full explanation.
4
6
5
7
It contains a basic LEMP stack running with Docker, intented to be used for local web development.
6
8
@@ -41,7 +43,7 @@ When building and starting containers for the first time with Docker Compose, a
41
43
42
44
A [default Nginx configuration](https://github.com/osteel/docker-tutorial/blob/master/nginx/default.conf) is also copied over.
43
45
44
-
The current directory is mounted into the one served by Nginx on the container, so any update to the code is available without having to rebuild the container.
46
+
The `www/html/` directory is mounted into the one served by Nginx on the container, so any update to the code is available without having to rebuild the container.
45
47
46
48
The MySQL data sits in its own directory mounted into its own container to make it persistent.
0 commit comments