mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
b9fea361c9
Running this suite is the first advice given by the bootstrap script to help the user move forward. This commit also updates the documentation to reflect changes introduced by the Go rewrite.
13 lines
449 B
Markdown
13 lines
449 B
Markdown
# Dockerhub suite
|
|
|
|
This suite is made to quickly test that the Docker image of Authelia runs properly when spawned.
|
|
It can also be used for you to test Authelia without building it since the latest image will be
|
|
pulled from Dockerhub.
|
|
|
|
## Components
|
|
|
|
This suite will spawn an highly-available setup with nginx, mongo, redis, OpenLDAP, etc...
|
|
|
|
## Tests
|
|
|
|
Check if the image runs and does not crash unexpectedly and do a simple authentication with 2FA. |