Skip to content

Commit 81a7087

Browse files
Update README.md
1 parent 6084742 commit 81a7087

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerize an Existing Drupal Project
22
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.
44
Considering folks who are new to Docker find this documentation complicated sometimes because to run Docker locally requires a lot of configurations.
55
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
66
what is the right Docker image for their project.
@@ -64,3 +64,4 @@ docker exec -it 8294e1800058 /bin/sh
6464
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.
6565

6666
## Detailed Explanation
67+
--WIP---

0 commit comments

Comments
 (0)