Install Hackle Proxy
Using Docker
1. Run Docker Standalone
1.1 Download Docker Image
docker pull hackle/proxy1.2 Run Hackle Proxy
docker run -d \
-e SDK_KEYS=YOUR_SDK_KEY \
-p 8888:8888 \
--name hackle-proxy \
hackle/proxy1.3 Verify Installation
2. Using Docker Compose
2.1 Write the Script
2.2 Run
3. Other
3.1 Minimum Requirements
4. Troubleshooting
If you are not using Docker
Last updated