OpenIdentityPlatform / OpenDJ

OpenDJ is an LDAPv3 compliant directory service, which has been developed for the Java platform, providing a high performance, highly available, and secure store for the identities managed by your organization. Its easy installation process, combined with the power of the Java platform makes OpenDJ the simplest, fastest directory to deploy and manage.
https://www.openidentityplatform.org/opendj
Other
369 stars 103 forks source link

Docker: Use tail instead of sleep to allow the container to be stopped with SIGTERM #427

Closed PyRowMan closed 3 weeks ago

PyRowMan commented 3 weeks ago

Hi there,

I'm working with this container, and I had a problem to close the container when opendj was first installed.

I discovered that it was due to the fact that the infinite sleep loop would prevent my container to react to the sigterm command.