kinit
Authenticate a principal with a Kerberos server to gain and cache a ticket. Note: A Kerberos principal can be either a user, service, or application. More information: <https://web.mit.edu/kerberos/krb5-1.12/doc/user/user_commands/kinit.html>.
RUN apt-get update && \
apt-get install -y heimdal-dbg
RUN apt-get update && \
apt-get install -y heimdal-dbg
RUN apk add krb5
RUN pacman -S --noconfirm krb5
RUN apt-get update && \
apt-get install -y krb5-user
RUN yum install -y krb5-workstation
RUN dnf install -y heimdal-workstation
RUN apt-get update && \
apt-get install -y krb5-user