Skip to content

A project to create a working Ubuntu container to test mod_authnz_jwt.

License

Notifications You must be signed in to change notification settings

brycehemme/mod_authnz_jwt_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project contains a Dockerfile to build a Docker image to test and develop for mod_authnz_jwt on Apache 2.

Use the commands below to build the image and enter into interactive mode and run tests

git clone [email protected]:brycehemme/mod_authnz_jwt_docker.git
cd mod_authnz_jwt_docker

# build the image
docker build -t mod_authnz_jwt .

# run in interactive mode
docker run -it mod_authnz_jwt

# run tests
cd mod_authnz_jwt/tests
./debian_tests.sh

About

A project to create a working Ubuntu container to test mod_authnz_jwt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published