Commit Graph

8 Commits

Author SHA1 Message Date
Johannes M. Scheuermann 003ab13da2 Update Python Docker sample app 2020-10-08 15:29:27 +02:00
John Brownlee eba2b4528e Use an older FDB library in the python sample app to support testing upgrades from 6.1 to 6.2. 2020-02-01 17:51:54 -08:00
John Brownlee 52ee2ec815 Add additional client libraries to the sample python app to show how to prepare for upgrades.
Skip the creating of the cluster file in the sample python app if it exists and is non-empty.
Document that we have published the sample python app image.
2020-01-29 12:05:37 -08:00
Pierre Zemb be2b97a0e9
Fix python sample using docker-compose 2019-12-14 15:25:33 +01:00
Alec Grieser 7b12374a87
Fixes #1690: Server docker image hard-codes 4500 in a few places
This makes the default public port for starting FDB processes the same as the FDB_PORT. This is probably necessary given #1714, especially for coordinators, though it might not be necessary for other processes in the cluster. This can *almost* be used to start up multiple FDB processes locally and then access them from the same machine, but that (unfortunately) requires both the other processes in the docker compose network and the host machine to agree on what IP to use for the coordinator. But as that machine has different IPs in those networks, they cannot be made to agree.
2019-06-18 18:36:12 -07:00
John Brownlee 60908f77cb Combine multiple run commands into one command in the dockerfile.
Add more copyright headers to the docker sample files.
Make the cluster file creation logic in the docker image into a function.
2018-11-14 08:13:43 -08:00
John Brownlee dac41b8059 Adds support for basic locality information in the docker image.
Adds support for custom process classes in the docker image.
Makes the scripts more robust against some variations in the environment.
2018-10-16 11:02:12 -07:00
John Brownlee ab60d9413f Adds a sample docker-compose setup that uses the new docker image. 2018-09-09 16:29:10 -07:00