Jonathan Turner 41fc8d4dfe spnego client that handles redirects před 7 roky
..
Dockerfile 41fc8d4dfe spnego client that handles redirects před 7 roky
README.md a6e3edd1c8 refactor API před 7 roky
host.testtab a6e3edd1c8 refactor API před 7 roky
http.testtab a6e3edd1c8 refactor API před 7 roky
httpd-krb5.conf 41fc8d4dfe spnego client that handles redirects před 7 roky
index.html a6e3edd1c8 refactor API před 7 roky
krb5.conf a6e3edd1c8 refactor API před 7 roky

README.md

HTTPD Intergation Test Instance for TEST.GOKRB5

DO NOT USE THIS CONTAINER FOR ANY PRODUCTION USE!!!

To run:

docker run -v /etc/localtime:/etc/localtime:ro -p 80:80 -p 443:443 --rm --name gokrb5-http jcmturner/gokrb5:http &

To build:

docker build -t jcmturner/gokrb5:http --force-rm=true --rm=true .
docker push jcmturner/gokrb5:http