The docker run command with `--host=net` does not work. Use the following command instead: ``` docker run -d --hostname=kdc.example.com -v /etc/krb5.conf:/etc/krb5.conf -v /dev/urandom:/dev/random --name kerberos -e BOOTSTRAP=0 sequenceiq/kerberos ```