Use the Docker command tool with a Kerberos secured cluster
RUN apt-get install -y krb5-user ADD krb5.conf /etc/krb5.conf ADD cacerts.pem /tmp/cacerts.pem RUN /usr/bin/keytool -import -noprompt -alias clustername -keystore /etc/ssl/certs/java/cacerts -file /tmp/cacerts.pem -storepass changeit;
Last updated
Was this helpful?

