Follow the steps below if you are interested in creating your own custom configurable Couchbase docker image. You will start off with the official Couchbase Enterprise docker image that is available on Docker Hub and use the Couchbase CLI and REST interface to create a custom configurable image.
This approach inspired by the tutorial. We essentially built a custom docker image from the base Coucbase server image that is configured for our development needs!
- Create a new file named
DockerFile
and open it using an editor of your choice - Now add the following lines to the
DockerFile
.