tillt / docker-kdc

Docker container generator for a Kerberos KDC.
Apache License 2.0
49 stars 21 forks source link

Small fix to make generated Dockerfile valid again. #1

Closed rayburgemeestre closed 8 years ago

rayburgemeestre commented 8 years ago

The problem was that the following was generated in the intermediate Dockerfile by ./kdc run:

# Add kerberos principal/s.
kadmin -l add --password=matilda --use-defaults tillt/baymax.example.com@EXAMPLE.COM

Instead of:

# Add kerberos principal/s.
RUN kadmin -l add --password=matilda --use-defaults tillt/baymax.example.com@EXAMPLE.COM
tillt commented 8 years ago

Thanks a bunch - wonder how this ever worked? :)