Not sure of this is the best place to add this sentence but it would be good to have it somewhere in the documentation:
Even though using a docker image requires using more infrastructure, there are several advantages to this approach. First, building a docker image would bundle all dependencies of the software. Second, it makes the work cross-platform and it could be hosted on Azure, AWS, on-premise infrastructure. Third, a docker image makes it easier to test the software locally.
See https://github.com/alan-turing-institute/vehicle-grid-integration-webapp-private/pull/66 for details
Not sure of this is the best place to add this sentence but it would be good to have it somewhere in the documentation:
Even though using a docker image requires using more infrastructure, there are several advantages to this approach. First, building a docker image would bundle all dependencies of the software. Second, it makes the work cross-platform and it could be hosted on Azure, AWS, on-premise infrastructure. Third, a docker image makes it easier to test the software locally.
_Originally posted by @myriam-nea in https://github.com/alan-turing-institute/vehicle-grid-integration-webapp-private/pull/66#discussion_r808732531_