Fix wording on docker section intro

This commit is contained in:
Peter Vacho 2024-12-30 15:33:46 +01:00
parent 8bbc3fe4bb
commit be77031ddb
Signed by: school
GPG key ID: 8CFC3837052871B4

View file

@ -90,10 +90,10 @@ poe run-dev
## Docker ## Docker
As an alternative process to manually installing & running the project, you can also docker, which should allow running As an alternative to manually installing & running the project, you can also use Docker, which simplifies deployment by
the project anywhere, without installing all of the dependencies manually. This is a lot more convenient way to run handling dependencies automatically in a containerized environment that will work consistently pretty much anywhere.
projects, especially if you're not interested in doing any further development on it. Especially since the docker This approach is especially convenient if you're not interested in doing any further development of the project further.
compose file provided includes a MongoDB instance as well, so you won't need to set that up yourself. Additionally, the provided Docker Compose file includes a MongoDB instance, eliminating the need to set it up yourself.
First, you will need to have [Docker](https://docs.docker.com/engine/install/) and [Docker First, you will need to have [Docker](https://docs.docker.com/engine/install/) and [Docker
compose](https://docs.docker.com/compose/install/) installed. Once you have that, you can run: compose](https://docs.docker.com/compose/install/) installed. Once you have that, you can run: