GitHunt
TH

thorsten-l/389ds-fedora

Build multi architecture Docker images for 389ds on Fedora

389ds-fedora

Build multi architecture Docker images for 389ds on Fedora

docker run

docker run --name 389ds-fedora --rm -p 3389:3389 -p 3636:3636 \
  -v `pwd`/data:/data ghcr.io/thorsten-l/389ds-fedora:latest

macOS

  1. rm -f ./data/run/slapd-localhost.socket
  2. sudo xattr -rc data
  3. docker run ...

Languages

Shell51.2%Dockerfile48.8%

Contributors

GNU General Public License v3.0
Created March 18, 2023
Updated April 30, 2025
thorsten-l/389ds-fedora | GitHunt