ipfs-cluster/docker
Hector Sanjuan 063c5f1b78 Service: Select consensus on "init" (not on "daemon")
Fixes #865.

This makes the necessary changes so that consensu is selected on "init" with a
flag set, by default, to "crdt". This generates only a "crdt" or a "raft"
section, not both.

If the configuration file has a "raft" section, "raft" will be used to start
the daemon. If it has a "crdt" section, "crdt" will be used. If it has none or
both sections, an error will happen.

This also affects "state *" commands, which will now autoselect how to work
from the existing configuration.
2019-08-09 19:20:53 +02:00
..
cluster-restart.sh Service: Select consensus on "init" (not on "daemon") 2019-08-09 19:20:53 +02:00
entrypoint.sh Docker: Run with daemon --upgrade by default. 2018-04-27 07:57:08 +02:00
random-killer.sh Use sh for docker test scripts 2017-10-21 00:11:47 +02:00
random-stopper.sh Use sh for docker test scripts 2017-10-21 00:11:47 +02:00
start-daemons.sh Dockerfile: Remove ipfs from container 2017-11-29 10:34:03 +01:00
test-entrypoint.sh Fix #216: Docker does not like an env variable in CMD (anymore?) 2017-10-31 11:46:32 +01:00
wait-killer-stopper.sh Use sh for docker test scripts 2017-10-21 00:11:47 +02:00