https://github.com/thorsten-l/389ds-fedora
Build multi architecture Docker images for 389ds on Fedora
https://github.com/thorsten-l/389ds-fedora
389ds directory-server docker ldap ldap-server
Last synced: about 1 month ago
JSON representation
Build multi architecture Docker images for 389ds on Fedora
- Host: GitHub
- URL: https://github.com/thorsten-l/389ds-fedora
- Owner: thorsten-l
- License: gpl-3.0
- Created: 2023-03-18T13:53:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-30T07:54:28.000Z (about 1 year ago)
- Last Synced: 2025-06-04T08:13:26.344Z (12 months ago)
- Topics: 389ds, directory-server, docker, ldap, ldap-server
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 389ds-fedora
Build multi architecture Docker images for 389ds on Fedora
### docker run
```bash
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 ...