Skip to content

Commit 6234220

Browse files
Update README.md
1 parent 0c78f10 commit 6234220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ If an existing project development is already happening without Docker (maybe us
1010
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.
1111

1212
# Solution
13-
1. Create separate containers for PHP, MySQL, and Apache.
13+
1. Create separate containers for PHP, MySQL, and Apache. To avoid any unnecessary complexities, libraries that may happen if we use irrelevant docker images.
1414
2. Manage version for all the containers separately.
15-
3. Whatever the libraries are needed, just add the same in the individual docker file.
15+
3. Whatever the libraries needed, just add them in the individual docker file.
1616
4. Setup the local repository, error logs etc. path in the docker file itself.
1717

1818
# Let's start and follow the below steps to maintain an existing project using Docker.

0 commit comments

Comments
 (0)