mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 07:05:50 +03:00
[GH-ISSUE #46] Mapping /var/lib/ldap to a local directory starts container with empty data #27
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @micobarac on GitHub (Feb 21, 2023).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/46
@rroemhild commented on GitHub (Sep 16, 2023):
This is because the LDAP database is initialised when the image is created, rather than when it is booted for the first time. The idea behind this is that this Docker image is used to create a working LDAP for unit testing etc, not to store the data persistently.