Moving an existing installed Couchbase to Docker container?

Hi there,

I have an existing Couchbase with data and would like to move this to Docker container? I can only see creating Couchbase container but not moving your existing installed Couchbase to a Docker container. Is this by any chance feasible and if this is how can I do this?

There isn’t anything automated for this. Best approach would be to backup/restore the data from one to the other, handle any indexes, replications and so forth.

I’m curious, is this because you want to run multiple nodes on the same hardware? What’s prompting the move? Running under Kubernetes and the Autonomous Operator may fit better for many of these.