We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdd2b7 commit 709fd4cCopy full SHA for 709fd4c
README.md
@@ -189,7 +189,7 @@ Quick example, with the default config.
189
LDAP2_IP=$(docker inspect -f "{{ .NetworkSettings.IPAddress }}" $LDAP2_CID)
190
191
#Add the pair "ip hostname" to /etc/hosts on each containers,
192
- #beacause ldap.example.org and ldap2.example.org are fake hostnames
+ #because ldap.example.org and ldap2.example.org are fake hostnames
193
docker exec $LDAP_CID bash -c "echo $LDAP2_IP ldap2.example.org >> /etc/hosts"
194
docker exec $LDAP2_CID bash -c "echo $LDAP_IP ldap.example.org >> /etc/hosts"
195
0 commit comments