Title logo
linuxserver/ldap-auth.

8,764,857 86 unknown unknown amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/ldap-auth
Build Time 30 Mar 2025 13:38:08
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 30 Mar 2025 at 13:38:00

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  ldap-auth:
    image: linuxserver/ldap-auth:latest
    container_name: ldap-auth
    restart: no

CLI

docker create \
  --name=ldap-auth \  --restart no \
  linuxserver/ldap-auth:latest