> On May 25, 2020, at 9:55 AM, Emmanuel Lécharny <[email protected]> wrote: > > I'm following the > https://github.com/apache/directory-fortress-core/blob/master/README-QUICKSTART-DOCKER-APACHEDS.md > page : > > 3. Run the docker container: > > |CONTAINER_ID=$(docker run -d -P > apachedirectory/apacheds-for-apache-fortress-tests) CONTAINER_PORT=$(docker > inspect --format='{{(index (index .NetworkSettings.Ports "10389/tcp") > 0).HostPort}}' $CONTAINER_ID) echo $CONTAINER_PORT ... | > > 5. Edit the /build.properties/ file: > > |vi build.properties | > > 6. Update the /ldap.port/ prop: > > |ldap.port= port from earlier step > |
Got it. Good idea. I’ll look at updating the doc. Simplify, remove the fussing with property files for tests. Thanks Emmanuel! — Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
