mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 12:37:04 -04:00
[GH-ISSUE #258] [Enhancement]: Can we configure to use other docker image source ? #89
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @phoenixwy on GitHub (Apr 13, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/258
Originally assigned to: @asdek on GitHub.
Target Component
Documentation and User Experience
Enhancement Description
From China, we cannot directly download docker image from docker.io. So is it possible to configure this tool to download docker image from other docker image source like Alibaba mirror ?
For example, we often use this site as docker image source in China: https://docker.mirrors.ustc.edu.cn
Technical Details
No response
Designs and Mockups
No response
Alternative Solutions
No response
Verification
@vchaplygim commented on GitHub (May 13, 2026):
@phoenixwy hanks for the question! this is already covered in PR #262, which has been merged and is coming in the next release.
for now, you can configure a Docker mirror by editing your Docker daemon configuration:
on Linux, edit
/etc/docker/daemon.json:then restart Docker and try again.
the next release will have better documentation on this setup