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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Dockerize an Existing Drupal Project
2
2
Drupal 8 is not new now and most developers have started using Docker for local development. However, few developers still struggle to setup Docker locally.
3
-
There are tons of documents available on the Internet which describe how to set up a local Docker + Drupal development environment.
3
+
There are tons of documents available on the Internet which describe how to set up a local Docker + Drupal development environment. They are really helpful but most of them come with their own custom images.
4
4
Considering folks who are new to Docker find this documentation complicated sometimes because to run Docker locally requires a lot of configurations.
5
5
On top of that, there are multiple docker images available on Web, and developers who want to use docker in existing projects can't finalize
8. This way the basic setup is done and you can change the composer file accordingly. In case any additional PHP library is needed, update the PHP docker file and rebuild the PHP Docker image.
0 commit comments