docker advantages reworded

This commit is contained in:
ray 2020-02-09 16:04:23 +00:00
parent 46b8a28c59
commit 0b8e65fce7
1 changed files with 3 additions and 2 deletions

View File

@ -89,7 +89,8 @@ The project is hosted on a **Virtual Private Server**, using [Dokku](http://dokk
**Dokku** is a [Docker](https://www.docker.com/) based, open source, Platform as a Service in which Heroku compatible applications can be deployed to and hosted upon.
Using Docker during development has many advantages.
The main one being that it encapsulates the application within a consistent environment.
This allows for the development environment to exactly match the environment it is deployed to, ensuring there will be no compatibility issues after deployment.
When using Docker, the application is encapsulated within a consistent environment.
This brings many advantages.
One such advantage being the development environment can exactly match the deployed environment, ensuring there will be no compatibility issues after deployment.
Combining Docker with Dokku also allows for simple deployment, which can be done with just a [Git](https://git-scm.com/) push.