We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to spin up openLDAP container using this image on Amazon AWS EC2 Centos instance. Here is the RUN command I am using -
docker run --volume /home/docker/volume/openldap/database:/var/lib/ldap --volume /home/docker/volume/openldap/config:/etc/ldap/slapd.d --net somenetwork --name openldap -d dinkel/openldap
It is giving me an ERROR - Info: Container already configured, therefore ignoring SLAPD_xxx environment variables and preseed files chown: cannot read directory '/var/lib/ldap/': Permission denied
Am I missing anything? The same works on my mac but not on Centos on AWS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to spin up openLDAP container using this image on Amazon AWS EC2 Centos instance. Here is the RUN command I am using -
docker run --volume /home/docker/volume/openldap/database:/var/lib/ldap --volume /home/docker/volume/openldap/config:/etc/ldap/slapd.d --net somenetwork --name openldap -d dinkel/openldap
It is giving me an ERROR -
Info: Container already configured, therefore ignoring SLAPD_xxx environment variables and preseed files
chown: cannot read directory '/var/lib/ldap/': Permission denied
Am I missing anything? The same works on my mac but not on Centos on AWS.
The text was updated successfully, but these errors were encountered: