Skip to content

mriedmann/apacheds-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Intro

This Docker image provides an ApacheDS Server. It's based on java:7-alpine to reduce the image size and overhead.

Usage

To run, use this command

docker run --name apacheds -d -p 389:10389 mriedmann/apacheds

for persistance mount the "instances"-volume to a host-directory

docker run --name apacheds -d -p 389:10389 -v /var/apacheds:/opt/apacheds/instances mriedmann/apacheds

or use data-only containers

Configuration

Application-specific configurations should be done with ApacheDirectoryStudio (use latest Snapshot to avoid some critical bugs on config-saving)

Contribution

Issues and Pull-Requests on Github are highly welcomed

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages