You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Startup time should be minimal, preferably under 1 second.
Current Behavior
Docker container initial startup time is close to 60 seconds.
Possible Solution
Shorten the time it takes to execute the chown steps in the docker-entrypoint.sh script.
Steps to Reproduce (for bugs)
Launch a contain using the existing image using: docker run couchdb:latest
Record the time it takes to print the first lines of output.
Context
I discovered this issue while trying to automate the testing of my CouchDB backups. I was using a script to create a CouchDB container, restore the database backup, execute some queries, and destroy the container. The script was timing out because of the extremely long startup time of the CouchDB container.
Docker container initial startup time too long.
Expected Behavior
Startup time should be minimal, preferably under 1 second.
Current Behavior
Docker container initial startup time is close to 60 seconds.
Possible Solution
Shorten the time it takes to execute the
chown
steps in thedocker-entrypoint.sh
script.Steps to Reproduce (for bugs)
docker run couchdb:latest
Context
I discovered this issue while trying to automate the testing of my CouchDB backups. I was using a script to create a CouchDB container, restore the database backup, execute some queries, and destroy the container. The script was timing out because of the extremely long startup time of the CouchDB container.
Your Environment
Version used:
CouchDB Image: couchdb:2.3.0
Docker Info
Browser Name and version:
Version 71.0.3578.98 (Official Build) (64-bit)
Operating System and version (desktop or mobile):
Windows 10 / 1809
Link to your project:
n/a
The text was updated successfully, but these errors were encountered: