https://github.com/computeronix/docker-gunbot
(Unofficial) Gunbot Docker Container
https://github.com/computeronix/docker-gunbot
docker docker-image gunbot
Last synced: 12 months ago
JSON representation
(Unofficial) Gunbot Docker Container
- Host: GitHub
- URL: https://github.com/computeronix/docker-gunbot
- Owner: computeronix
- Created: 2021-03-25T22:37:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T18:27:25.000Z (about 3 years ago)
- Last Synced: 2025-03-27T20:23:27.444Z (over 1 year ago)
- Topics: docker, docker-image, gunbot
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/computeronix/gunbot
- Size: 229 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# (Unofficial) Gunbot Docker Container
## Docker Statistics





### Stable Release


### Beta Release


## Introduction
I have been a [Gunbot](https://gunthy.org/gunbot/) community member since 2019 and decided to help the community out with a need of a standardized containizered app of Gunbot for an easy to run setup.
This setup will allow for a vanilla, Gunbot setup, in less than a minute, allowing fully customizations, while providing one with the latest version, at all times.
### Highlights
Key capabilities of this Gunbot container application:
- 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` and `arm64` )
- Supports HTTPS by default with the Web GUI
- [Gunthy Marketplace](https://marketplace.gunthy.io/) custom scripts are supported (requires using persistent data)
- Listed on the Gunthy Marketplace, [check us out](https://marketplace.gunthy.io/extras/GunbotDocker)
## How to Get Started
### Licensing
First, Gunbot requires licensing to run and please check out the latest licensing details on the Gunbot Wiki at [Gunbot About Blockchain Licensing](https://wiki.gunthy.org/about/system-requirements/license-info#blockchain-based-license-system).
To acquire a license, please reach out to a [Gunbot Reseller](https://gunthy.org/resellers/) for more information.
### Docker Hub Repo
Access the [Docker Hub](https://hub.docker.com/r/computeronix/gunbot) to review tags and all the details of the container.
### Quick Start
For the automated, quick start route, with your container tool, simply run
```bash
docker run -d computeronix/gunbot: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, 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
Example with persistent data and port pass-through
```bash
docker run -d -p 5010:5000 -v "/host/directory/to/volume:/mnt/gunbot" computeronix/gunbot: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`.
## Support
### Need Help with Gunbot?
Check out the Gunbot Wiki to [Learn how to use Gunbot | Gunbot docs (gunthy.org)](https://wiki.gunthy.org/)
>Gunbot Docker (Container) works the same as if it is running on Linux directly
### Want more information on Gunbot Docker?
The detailed documentation on how to use the container, background, future roadmap, etc are all located on the [(Unofficial) Gunbot Docker Container Docs](https://docs.gunthy.trade/) site.
### Need Help or Have Feedback with Gunbot Docker?
- Join the Telegram Community, ask the Gunbot School for access.
- Submit issues/feedback/feature requests at the GitHub site, under [issues](https://github.com/computeronix/docker-gunbot/issues).