automake opened a new issue, #283:
URL: https://github.com/apache/couchdb-docker/issues/283

   In order to perform a health check of the nouveau service within a Docker 
Compose file, it would be useful to have the curl command available to verify 
the service status, for example as follows:
   
   ```
   healthcheck:
     test: ["CMD", "curl", "-f", "http://localhost:5988/healthcheck";]
     interval: 10s
     timeout: 5s
     retries: 5
     start_period: 10s
   ```
   
   Currently, near the end of the Dockerfile, the following command is executed:
   
   `apt purge -y --autoremove curl`
   
   
   I propose removing this part and keeping the curl package installed.
   


-- 
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]

Reply via email to