Skip to content

StephenSorriaux/docker-kerberos-zookeeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-kerberos-zookeeper

Docker images for Zookeeper with Kerberos environment.

Try in PWD

How to use it

The configured realm is "EXAMPLE.COM" where the kdc must be accessible througt "kerberos.example.com". To launch the container use:

docker run -h kerberos.example.com -v /dev/urandom:/dev/random ssorriaux/kerberos-zookeeper:${VERSION}

Where VERSION can be 3.4.13, 3.5.4-beta or latest.

How can I connect

The 2 following principals are available inside the container:

Have a look to kerberos_setup.sh for the KDC master key password or root/admin@EXAMPLE.COM principal.

If you want to connect using the zkCli.sh script, use:

/zookeeper-${VERSION/bin/zkCli.sh -server kerberos.example.com:2181

Contributing

Have fun.

Releases

No releases published

Packages

No packages published