We provide different docker images to run our utilities.
In order to create an image for the API, use the following command:
docker build -f './docker-images/api.Dockerfile' . -t 'foxpass-api'
Now you can run the docker image with:
docker run foxpass-api <action> [<options>]
Use the following command to obtain more help:
docker run foxpass-api
# Help example:
# Usage:
# docker run foxpass-api <action> [<options>]
# Actions: list_groups list_users copy_group posix_user delete_group deactivate_user
# Examples:
# docker run foxpass-api copy_group [<options>]
# docker run foxpass-api deactivate_user [<options>]