Setting up OpenLDAP as Docker container
Using Docker containers you can easily create an OpenLDAP instance by using official images available from the Docker repository:
Using Docker containers you can easily create an OpenLDAP instance by using official images available from the Docker repository:
List containers (incl. stopped containers): docker ps -a Remove containers: docker -rm CONTAINERID Create new image from a container: docker commit CONTAINERID IMAGENAME List Docker …