ARS
ARS is an add-on for the Gunbot trading system.
Key capabilities of this container:
- Auto-builds with the latest stable version of Gunbot, use the tag
:latest
- Auto-builds with the latest beta version of Gunbot, use the tag
:beta
- Multi-platform support (
amd64
andarm64
) - Supports the latest version of the ARS releases.
For the automated, quick start route, with your container tool, simply run
docker run -d computeronix/ars:latest
Once the image is downloaded, it will run and auto-start in usually about one minute or less.
If the port, by default 5000, is open on the host, and pass-thru the container, go to
https://IPofCONTAINER:5000
(localhost could be used if local environment)PRO TIP: if this is the first time using Gunbot, or you need assistance setting up the config, open the port and pass it through the container, then use the Web GUI to set it up. The Gunbot team has done an outstanding job with the Web GUI!
DO NOT forget to use the persistent data option below if you plan to keep your data
docker run -d -p 5010:5000 -v "/host/directory/to/volume:/mnt/gunbot" computeronix/ars:latest
In the above example, Gunbot would be available on
https://IPofCONTAINER:5010
and data would persist on the mounted directory /host/directory/to/volume
.- Review the ARS documentation for setup, ask crazymop or bestnaf for a copy of it
- Join the Telegram Community, ask crazymop or bestnaf for access to it.
Last modified 7mo ago