sshedi opened a new issue, #228: URL: https://github.com/apache/couchdb-docker/issues/228
`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) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 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` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
