apache / apache/couchdb-docker
CouchDB docker image's port 5984 is not exposed with containerd-1.6.x
- Dominant language
- Dockerfile
- Stars
- 290
- Forks
- 146
- PR merge metrics
- No merged PRs in 30d
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`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.