FAH client for docker
- Have docker-engine installed : https://docs.docker.com/engine/installation/
- Have docker-compose installed : https://docs.docker.com/compose/install/
- Host OS must be a linux based distro.
docker-compose build
You can retrieve the latest built image with the command:
docker-compose pull
- Edit the file .env and set the variables relative to FAH client configuration (Passkey, team, user...)
- Start the compose service
docker-compose up -d
The docker container will be created in detached mode with persistence accross OS restarts.
If you want to check progress, the container exposes 2 ports:
- 36330 for FAHControl
- 7396 for FAH Web control
The default add/config.xml FAHclient configuration file is given as is.
Feel free to tune the configuration by building your own docker images.
Any pull request is welcome. (we also share code :) )
Happy sharing !