389ds in containers I've spent a number of years working in the background to get 389-ds working in containers. I think it's very close to production ready (one issue outstanding!) and I'm now using it at home for my production LDAP needs. So here's a run down on using 389ds in a container! Getting it Started The team provides an image for pre-release testing which you can get with docker pull: docker pull 389ds/dirsrv:latest # OR, if you want to be pinned to the 1.4 release series. docker pu...