Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 496 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 496 Bytes

foxpass-setup

Scripts for setting up Foxpass integration in common environments

Run docker images

Build ubuntu image (Testing purposes only)

docker build -f docker/Docker_ubuntu1804 -t docker_ubuntu1804 .

Run ubuntu image (Testing purposes only)

docker run --rm -e API_KEY={API_KEY} -e BASE_DN={BASE_DN} -e BIND_USER={BIND_USER} -e BIND_PASSWORD={BIND_PASSWORD} -ti docker_ubuntu1804

See the available Dockerfiles.