Dockerizing a Couchbase service This example shows how to start a Couchbase server using Docker Compose, configure it using its REST API, and query it. Couchbase is an open source, document-oriented NoSQL database for modern web, mobile, and IoT applications. It is designed for ease of development and Internet-scale performance. Start Couchbase server Couchbase Docker images are published at Docker Hub. Start Couchbase server as: docker run -d --name db -p 8091-8093:8091-8093 -p 11210:11210 cou