Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. CouchDB uses multiple formats and protocols to store, transfer, and process its data. It uses JSON to store data, JavaScript as its query language using MapReduce, and HTTP for an API.
See couchdb.apache.org for more information
This image is built by IBM to run on the IBM Z architecture and is not affiliated with any other community that provides a version of this image.
License
View license information here
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.
Versions
Use the pull string below for the version of this image you require.
3.2.2 | docker pull icr.io/ibmz/couchdb@sha256:2ac5f1655494fbb2cb69232888448a59372ec2893e377dbaa8cd3a8eb2acb09b | Vulnerability Report | 06-06-2022 |
3.2.1 | docker pull icr.io/ibmz/couchdb@sha256:40eeea06f2a59c97fadb9085e96347008f716692db581489d89e0e80e4daad9d | Vulnerability Report | 03-15-2022 |
3.1.1 | docker pull icr.io/ibmz/couchdb@sha256:039914316372daf7d3711a4abcceea4b7b29a4bd42313108ee7bf66afc92fc10 | Vulnerability Report | 10-27-2021 |
Version | Pull String | Security (IBM Cloud) | Created |
---|---|---|---|
Exposed Ports: 5984
(Main CouchDB endpoint), 4369
(epmd), 9100
(CouchDB cluster comm port)
docker run -p [port]:5984 -d icr.io/ibmz/couchdb:[version]
Or run specifying the user and pass at runtime
docker run -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=password -p [port]:5984 -d icr.io/ibmz/couchdb:[version]
To test the CouchDB service:
curl http://[host-ip]:[port]