[GH-ISSUE #258] [Enhancement]: Can we configure to use other docker image source ? #89

Closed
opened 2026-06-06 22:09:04 -04:00 by yindo · 1 comment
Owner

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

  • I have checked that this enhancement hasn't been already proposed
  • This enhancement aligns with PentAGI's goal of autonomous penetration testing
  • I have considered the security implications of this enhancement
  • I have provided clear use cases and benefits
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 - [ ] I have checked that this enhancement hasn't been already proposed - [ ] This enhancement aligns with PentAGI's goal of autonomous penetration testing - [ ] I have considered the security implications of this enhancement - [ ] I have provided clear use cases and benefits
yindo added the enhancement label 2026-06-06 22:09:04 -04:00
yindo closed this issue 2026-06-06 22:09:04 -04:00
Author
Owner

@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:

{
  "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"]
}

then restart Docker and try again.

the next release will have better documentation on this setup

<!-- gh-comment-id:4445331203 --> @vchaplygim commented on GitHub (May 13, 2026): @phoenixwy hanks for the question! this is already covered in [PR #262](https://github.com/vxcontrol/pentagi/pull/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`: ```json { "registry-mirrors": ["https://docker.mirrors.ustc.edu.cn"] } ``` then restart Docker and try again. the next release will have better documentation on this setup
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#89