Skip to content

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

Description

@sshedi

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 vmware/photon#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

vmware/photon#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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions