File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ Example script:
2525 #!/bin/bash -e
2626
2727 # Run a ldap server, save the container id in LDAP_CID and get its IP:
28- LDAP_CID=$(docker run -h ldap.example.org -d osixia/openldap:1.0.0 )
28+ LDAP_CID=$(docker run -h ldap.example.org -d osixia/openldap:1.0.1 )
2929 LDAP_IP=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" $LDAP_CID)
3030
3131 # Run phpLDAPadmin and set ldap host to ldap ip
32- PHPLDAP_CID=$(docker run -h phpldapadmin.example.org -e PHPLDAPADMIN_LDAP_HOSTS=$LDAP_IP -d osixia/phpldapadmin:0.6.0 )
32+ PHPLDAP_CID=$(docker run -h phpldapadmin.example.org -e PHPLDAPADMIN_LDAP_HOSTS=$LDAP_IP -d osixia/phpldapadmin:0.6.1 )
3333
3434 # We get phpLDAPadmin container ip
3535 PHPLDAP_IP=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" $PHPLDAP_CID)
You can’t perform that action at this time.
0 commit comments