Title logo
linuxserver/ldap-auth.

8,738,484 81 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/ldap-auth
Build Time 05 May 2024 13:35:24
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.4.4 05 May 2024 at 13:35:23

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:3.4.4
    container_name: ldap-auth
    restart: no

CLI

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