mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 16:35:30 +02:00
[GH-ISSUE #166] Docker: Cannot connect to Git Repo and Terraform Enterprise server. #95
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#95
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @drsaxman on GitHub (Feb 6, 2026).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/166
This is the error I'm receiving:
docker run --rm -it patrickchugh/terravision draw --source /Users/me/dev/prc/platforms-aii-prc-api/infra/ and docker run --rm -it -v $(pwd):/project patrickchugh/terravision draw --source /Users/me/dev/prc/platforms-aii-prc-api/infra/ gives me the same error.
/__ ___ _ __ _ __ __ ___ ()() ___ _ __
/ // _ \ '| '/ ` \ \ / / / _| |/ _ | ' \
/ / | __/ | | | | (| |\ V /| __ \ | (_) | | | |
/ _|| || _,| _/ ||/|__/|| ||
Preflight check..
dot command detected: /usr/bin/dot
gvpr command detected: /usr/bin/gvpr
git command detected: /usr/bin/git
terraform command detected: /usr/local/bin/terraform
terraform version detected: Terraform v1.10.5
ERROR: Cannot connect to Git Repo and Terraform Enterprise server. Check authorisation token, server address and network settings
Code: 404 - Not Found
@patrickchugh commented on GitHub (Feb 7, 2026):
Hi @drsaxman can you try with the latest release I just pushed to main today ?
@patrickchugh commented on GitHub (Feb 8, 2026):
Also make sure docker can access /Users/me/dev/prc/platforms - the command only maps current working directory to docker so if it is not accessible under the $PWD then it it wont work. need to change the error message to source not found for next update
@patrickchugh commented on GitHub (Feb 9, 2026):
Can I close this ?