Skip to content

cosminj/docker-fahclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-fahclient

FAH client for docker

Prerequisites

  1. Have docker-engine installed : https://docs.docker.com/engine/installation/
  2. Have docker-compose installed : https://docs.docker.com/compose/install/
  3. Host OS must be a linux based distro.

Manual build

docker-compose build

Image pulling

You can retrieve the latest built image with the command:

docker pull arnaudhb/docker-fahclient:7.5.1

Launch

  1. Edit the file .env and set the variables relative to FAH client configuration (Passkey, team, user...)
  2. Start the compose service
docker-compose up -d

The docker container will be created in detached mode with persistence accross OS restarts.

Monitoring

If you want to check progress, the container exposes 2 ports:

  • 36330 for FAHControl
  • 7396 for FAH Web control

FAH configuration tuning

The default add/config.xml FAHclient configuration file is given as is. Feel free to tune the configuration by building your own docker images and containers.

Happy sharing !

About

FAH client in docker container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 50.7%
  • Dockerfile 49.3%