Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rroemhild authored Sep 16, 2023
1 parent c530409 commit 2645f21
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# OpenLDAP Docker Image for testing

![Docker Build Status](https://img.shields.io/docker/cloud/build/rroemhild/test-openldap) [![Docker Stars](https://img.shields.io/docker/stars/rroemhild/test-openldap.svg)](https://hub.docker.com/r/rroemhild/test-openldap) [![Docker Pulls](https://img.shields.io/docker/pulls/rroemhild/test-openldap.svg)](https://hub.docker.com/r/rroemhild/test-openldap)

[This image](https://hub.docker.com/r/rroemhild/test-openldap) provides an OpenLDAP Server for testing LDAP applications, i.e. unit tests. The server is initialized with the example domain `planetexpress.com` with data from the [Futurama Wiki][futuramawikia].
This Docker image provides an OpenLDAP Server for testing LDAP applications, i.e. unit tests. The server is initialized with the example domain `planetexpress.com` with data from the [Futurama Wiki][futuramawikia].

Parts of the image are based on the work from Nick Stenning [docker-slapd][slapd] and Bertrand Gouny [docker-openldap][openldap].

Expand All @@ -27,8 +25,8 @@ The Flask extension [flask-ldapconn][flaskldapconn] use this image for unit test
## Usage

```
docker pull rroemhild/test-openldap
docker run --rm -p 10389:10389 -p 10636:10636 rroemhild/test-openldap
docker pull ghcr.io/rroemhild/docker-test-openldap:master
docker run --rm -p 10389:10389 -p 10636:10636 ghcr.io/rroemhild/docker-test-openldap:master
```

## Testing
Expand Down

1 comment on commit 2645f21

@xWris3
Copy link

@xWris3 xWris3 commented on 2645f21 Feb 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DockerHub removed it ?

Please sign in to comment.