I'm currently trying to run Couchbase Server under CoreOS + Docker using instructions from this blog
post, and running into a problem. If I run fleetctl stop couchbase-server
followed by fleetctl start couchbase-server
, it's losing it's
configuration data which is stored in /opt/couchbase
, and so it is unable
to rejoin the cluster when it comes back up.
I saw that there was a yaml config for Couchbase under Clocker, and wanted to compare to the way it was being done on Clocker to hopefully find a solution.
If I run a Couchbase Server cluster node under Clocker, can nodes be restarted and rejoin the cluster?
Also, which Dockerfile is using for building the docker image that's used?