CouchDB docker image's port 5984 is not exposed with containerd-1.6.x

Open
#228 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
docker, dockerfile
Domain
databases, devops

Research direction

Start by running the listed docker run, docker exec, and netstat reproduction on containerd-1.6.9, then compare it with containerd-1.4.13. Trace why CouchDB port 5984 is not listening in the newer environment; done means the CouchDB 2.3.0 image exposes a listening port 5984 under the reported setup.

Written by the indexing model from the issue text.

Description

CouchDB-2.3.0 docker image doesn't work as expected with containerd-1.6.6

Expected Behavior

Port 5984 should start listening.

Current Behavior

Once image is deployed, port 5984 is not listening.

More info at https://github.com/vmware/photon/issues/1379

Steps to Reproduce (for bugs)

  1. Issue is reproducible in Fedora-36 and containerd-1.6.9 as well.
  2. systemctl start docker && CONTAINER=$(docker run -d --rm couchdb:2.3.0) && docker exec -it ${CONTAINER} /bin/bash -c "apt update ; apt -y install net-tools && sleep 5 && netstat -pantu" && docker rm -f ${CONTAINER}

Your Environment

https://github.com/vmware/photon/issues/1379, Photon OS 4.0

Fedora 36, containerd-1.6.9, docker-20.10.21

PS:
This works as expected with containerd-1.4.13

Dominant language
Dockerfile
Stars
290
Forks
146
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/couchdb-docker

All issues in apache/couchdb-docker

Similar issues

More Databases issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.