DecisionRules Client
Container types
How to start the DecisionRules Client
Method 1: Pulling and running the Docker container in the terminal
//pull container
docker pull decisionrules/client
//run container alone
docker run -d -p 80:80 -e API_URL=YOUR_API_URL decisionrules/clientMethod 2: Creating your own docker-compose file
Was this helpful?

