Skip to content

Commit 0c78f10

Browse files
Update README.md
1 parent 5ea5e78 commit 0c78f10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ what is the right Docker image for their project.
77

88
# Problem Statement
99
If an existing project development is already happening without Docker (maybe using XAMPP, WAMP, Acquia Dev Desktop or Vagrant etc.)
10-
then developers don't want to spend much time on setting up it on Docker. They want to minimize the setup time and to do that they look for any relevant Docker image. Sometimes they get it easily but most of the time they find that there are some extra modules/configurations/components/libraries that are not required in their project. Hence, they may look for plain PHP, Apache
11-
and MySql image that they can update as per their requirements.
10+
then developers don't want to spend much time on setting up it on Docker. They want to minimize the setup time and to do that they look for any relevant Docker image. Sometimes they get it easily but most of the time they find that there are some extra modules/configurations/components/libraries that are not required in their project. Hence, either they don't setup it on Docker or look for plain PHP, Apache and MySql image that they can update as per their requirements.
1211

1312
# Solution
1413
1. Create separate containers for PHP, MySQL, and Apache.

0 commit comments

Comments
 (0)