You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/10/21 09:17:17 UTC

[GitHub] [couchdb-docker] mhehle opened a new issue #210: Issue starting CouchDB in Docker with containerd 1.5.7-1

mhehle opened a new issue #210:
URL: https://github.com/apache/couchdb-docker/issues/210


   <!-- STOP! If this is a CouchDB-specific issue - unrelated to running CouchDB
        in Docker, file your issue here: https://github.com/apache/couchdb/issues 
        instead!
   
        This repository is only for CouchDB *Docker* specific issues. -->
   
   <!--- Provide a general summary of the issue in the Title above -->
   There is a weird issue on starting a couchdb instance with containerd version 1.5.7-1.
   After running `docker run` command the web interface is displayed only after a few minutes. 
   After stopping and starting the couchDb container (docker stop + docker start) it won't come up again.
   All current CouchDb images seem to be affected (3.1.1, 3.1.2, 3.2)
   
   ## Expected Behavior
   <!--- If you're describing a bug, tell us what should happen -->
   <!--- If you're suggesting a change/improvement, tell us how it should work -->
   when i start a new couchdb instance, it is reachable in a few seconds via the browser  (http://127.0.0.1:5984/_utils)
   
   ```bash
   docker run -d --name couchDb -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=admin -p 5984:5984 couchdb:latest
   ```
   
   ## Current Behavior
   <!--- If describing a bug, tell us what happens instead of the expected behavior -->
   <!--- If suggesting a change/improvement, explain the difference from current behavior -->
   Only after minutes i can access the web interface. 
   After stopping and starting the couchDb container (docker stop + docker start) it wont come up again.
   `docker logs couchDb` doesnt show any logs.
   
   ## Possible Solution
   <!--- Not obligatory, but suggest a fix/reason for the bug, -->
   <!--- or ideas how to implement the addition or change -->
   Downgrade containerd to version 1.4.4-1
   There may also be other working versions, I have only tested the latest 1.4 version
   
   ## 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. Upgrade to containerd 1.5.7-1
   2. `docker run -d --name couchDb -e COUCHDB_USER=admin -e COUCHDB_PASSWORD=admin -p 5984:5984 couchdb:latest`
   3. try to access http://127.0.0.1:5984/_utils
   
   ## Context
   <!--- How has this issue affected you? What are you trying to accomplish? -->
   <!--- Providing context helps us come up with a solution that is most useful in the real world -->
   
   ## Your Environment
   <!--- Include as many relevant details about the environment you experienced the bug in -->
   * Version used: 3.1.1, 3.1.2, 3.2
   * Browser Name and version: Chrome 95.0.4638.54
   * Operating System and version (desktop or mobile): linux 5.14.10-1-MANJARO (desktop)
   


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-docker] mhehle closed issue #210: Issue starting CouchDB in Docker with containerd 1.5.7-1

Posted by GitBox <gi...@apache.org>.
mhehle closed issue #210:
URL: https://github.com/apache/couchdb-docker/issues/210


   


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb-docker] mhehle commented on issue #210: Issue starting CouchDB in Docker with containerd 1.5.7-1

Posted by GitBox <gi...@apache.org>.
mhehle commented on issue #210:
URL: https://github.com/apache/couchdb-docker/issues/210#issuecomment-997811923


   Looks like the issue is fixed with containerd 1.5.8


-- 
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: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org