{"id":17260796,"url":"https://github.com/computeronix/docker-gunbot","last_synced_at":"2025-07-05T15:11:38.074Z","repository":{"id":65473909,"uuid":"351594730","full_name":"computeronix/docker-gunbot","owner":"computeronix","description":"(Unofficial) Gunbot Docker Container","archived":false,"fork":false,"pushed_at":"2023-05-08T18:27:25.000Z","size":234,"stargazers_count":8,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-27T20:23:27.444Z","etag":null,"topics":["docker","docker-image","gunbot"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/computeronix/gunbot","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/computeronix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-25T22:37:27.000Z","updated_at":"2024-02-14T23:40:41.000Z","dependencies_parsed_at":"2023-02-14T05:46:56.769Z","dependency_job_id":null,"html_url":"https://github.com/computeronix/docker-gunbot","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computeronix%2Fdocker-gunbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computeronix%2Fdocker-gunbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computeronix%2Fdocker-gunbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/computeronix%2Fdocker-gunbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/computeronix","download_url":"https://codeload.github.com/computeronix/docker-gunbot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837263,"owners_count":21169373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","gunbot"],"created_at":"2024-10-15T07:49:15.602Z","updated_at":"2025-04-14T06:43:47.046Z","avatar_url":"https://github.com/computeronix.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# (Unofficial) Gunbot Docker Container\n\n## Docker Statistics\n\n![docker build status](https://img.shields.io/docker/cloud/build/computeronix/gunbot?style=plastic)\n![docker build type](https://img.shields.io/docker/cloud/automated/computeronix/gunbot?style=plastic)\n![docker build pulls](https://img.shields.io/docker/pulls/computeronix/gunbot?style=plastic)\n![docker build open issues](https://img.shields.io/github/issues/computeronix/docker-gunbot?style=plastic)\n![docker build stars](https://img.shields.io/docker/stars/computeronix/gunbot?style=plastic)\n\n### Stable Release \n![docker build version by latest stable version](https://img.shields.io/docker/v/computeronix/gunbot/latest?style=plastic)\n![docker build size by latest stable version](https://img.shields.io/docker/image-size/computeronix/gunbot/latest?style=plastic)  \n\n### Beta Release\n![docker build version by latest beta version](https://img.shields.io/docker/v/computeronix/gunbot/beta?style=plastic)\n![docker build size by latest beta version](https://img.shields.io/docker/image-size/computeronix/gunbot/beta?style=plastic)\n\n## Introduction\nI 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.\n\nThis 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.\n\n### Highlights\nKey capabilities of this Gunbot container application:\n\n- Auto-builds with the latest **stable** version of Gunbot, use the tag `:latest`\n- Auto-builds with the latest **beta** version of Gunbot, use the tag `:beta`\n- Multi-platform support ( `amd64` and `arm64` )\n- Supports HTTPS by default with the Web GUI\n- [Gunthy Marketplace](https://marketplace.gunthy.io/) custom scripts are supported (requires using persistent data)\n- Listed on the Gunthy Marketplace, [check us out](https://marketplace.gunthy.io/extras/GunbotDocker)\n\n## How to Get Started\n\n### Licensing\n\nFirst, 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).\n\nTo acquire a license, please reach out to a [Gunbot Reseller](https://gunthy.org/resellers/) for more information.\n\n### Docker Hub Repo\nAccess the [Docker Hub](https://hub.docker.com/r/computeronix/gunbot) to review tags and all the details of the container.\n\n### Quick Start\nFor the automated, quick start route, with your container tool, simply run\n```bash\ndocker run -d computeronix/gunbot:latest\n```\n\nOnce the image is downloaded, it will run and auto-start in usually about one minute or less.\n\nIf the port, by default **5000**, is open on the host, go to `https://IPofCONTAINER:5000` (`localhost` could be used if local environment)\n\n\u003e 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!  \n  \n\u003e DO NOT forget to use the persistent data option below if you plan to keep your data\n\nExample with persistent data and port pass-through\n```bash\ndocker run -d -p 5010:5000 -v \"/host/directory/to/volume:/mnt/gunbot\" computeronix/gunbot:latest\n```\nIn the above example, Gunbot would be available on `https://IPofCONTAINER:5010` and data would persist on the mounted directory `/host/directory/to/volume`.\n\n## Support\n\n### Need Help with Gunbot?\n\nCheck out the Gunbot Wiki to [Learn how to use Gunbot | Gunbot docs (gunthy.org)](https://wiki.gunthy.org/)\n\n\u003eGunbot Docker (Container) works the same as if it is running on Linux directly\n\n### Want more information on Gunbot Docker?\nThe 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.\n\n### Need Help or Have Feedback with Gunbot Docker?\n\n - Join the Telegram Community, ask the Gunbot School for access.\n - Submit issues/feedback/feature requests at the GitHub site, under [issues](https://github.com/computeronix/docker-gunbot/issues).\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomputeronix%2Fdocker-gunbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomputeronix%2Fdocker-gunbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomputeronix%2Fdocker-gunbot/lists"}