docker-openldap
docker-openldap copied to clipboard
Can anyone give step-by-step instruction according to "Multi master replication" ?
I am sorry it is not clear to me how to do the replication with Docker install. Can anyone give a simple instruction?
You do it exactly as for non-docker setup. Prepare configuration files, mount them inside the container and start the container with the following env
KEEP_EXISTING_CONFIG: 'true'
nix-power thank you for your answer. It looks much clearer now when you confirmed that it should be done exactly as non-docker setup. Let me summarise it in points.
- Find the config files inside of the docker and modify them as in non-docker instructions.
- When config done on both servers stop the containers and start with provided env right?