docker
docker copied to clipboard
Dockerfiles and configuration scripts for the Docker Hub Official Couchbase images
This change introduces mutli-architecture builds into 3.0.3.
current implementation of override capi port is not working as expected with latest couchbase images. So, updated the implementation
I'm trying to run couchbase/server:community-4.5.0 in a Kubernetes StatefulSet. It would be tremendously helpful if this docker image exposed a number of environment variables to configure the nodes automatically. -...
I have created this `docker-compose.yml` file: ```yml version: '3.5' networks: couchbase: services: server: container_name: couchbase-server ports: - '8091-8096:8091-8096' - '11207-11211:11207-11211' - '18091-18093:18091-18093' networks: - couchbase image: couchbase volumes: - /root/docker/couchbase/server/data:/opt/couchbase/var...
Currently, there exists both `community` (amd64) and `community-aarch64` (arm64) packages. This is undesirable for multiple reasons: - [It makes it difficult for developers to find the correct images (not helped...
When i ran the couchbase container using docker-compose, i found the CB is taking way too much CPU and noticed Prometheus and beam.smp process was taking roughly taking 700m CPU...
The `basic-walrus-bucket.json` file referenced in [the Sync Gateway README](https://github.com/couchbase/docker/tree/master/community/sync-gateway/2.7.3#using-a-docker-volume) no longer exists in [the Sync Gateway examples folder](https://github.com/couchbase/sync_gateway/tree/master/examples).
We are observing unusual behavior related to Docker Container’s ports. Wanted to check if anyone has any knowledge about this: Couchbase default ports: Web: 8091 CBQ (Query Utility):...
I am using docker-compose to run couchbase server and sync gateway. I am following instructions as described in [README.md](https://github.com/couchbase/docker/blob/master/compose/couchbase-server-sync-gateway/README.md). Couchbase is running fine. I was able to start and configure...