Docker VM Script ERROR - Line 377 #381

Closed
opened 2026-02-04 18:22:09 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @hickmjr on GitHub (Jan 25, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Docker VM

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/docker-vm.sh)"

📝 Provide a clear and concise description of the issue.

Upon running helper script for Docker VM, get ERROR on line 377; exit code 5, which terminates the script run.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

Paste the full error output (if available).

Using Default Settings
Using Virtual Machine ID: 103
Using Machine Type: i440fx
Using Disk Cache: None
Using Hostname: docker
Using CPU Model: KVM64
Allocated Cores: 2
Allocated RAM: 4096
Using Bridge: vmbr0
Using MAC Address: 02:83:2B:27:4D:1C
Using VLAN: Default
Using Interface MTU Size: Default
Start VM when completed: yes
Creating a Docker VM using the above default settings
✓ Using local-lvm for Storage Location.
✓ Virtual Machine ID is 103.
https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2

[ERROR] in line 377: exit code 5: while executing command wget -q --show-progress $URL

🖼️ Additional context (optional).

Image

Originally created by @hickmjr on GitHub (Jan 25, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Docker VM ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/docker-vm.sh)" ### 📝 Provide a clear and concise description of the issue. Upon running helper script for Docker VM, get ERROR on line 377; exit code 5, which terminates the script run. ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. * Opened shell for Proxmox Host * Pasted this command - bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/docker-vm.sh)" * Tried default install as well as advanced install * Also tried shared storage and local storage since line 377 * Tried to execute script on multiple Proxmox hosts ### ❌ Paste the full error output (if available). Using Default Settings Using Virtual Machine ID: 103 Using Machine Type: i440fx Using Disk Cache: None Using Hostname: docker Using CPU Model: KVM64 Allocated Cores: 2 Allocated RAM: 4096 Using Bridge: vmbr0 Using MAC Address: 02:83:2B:27:4D:1C Using VLAN: Default Using Interface MTU Size: Default Start VM when completed: yes Creating a Docker VM using the above default settings ✓ Using local-lvm for Storage Location. ✓ Virtual Machine ID is 103. ✓ https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2 **[ERROR] in line 377: exit code 5: while executing command wget -q --show-progress $URL** ### 🖼️ Additional context (optional). ![Image](https://github.com/user-attachments/assets/66b1032f-ba51-4f44-bdbd-d1d5157682cc)
Author
Owner

@obiwantoby commented on GitHub (Jan 25, 2025):

Well - this is occurring for the Debian script as well. Their Let's Encrypt Certificate was renewed today with the wrong mismatched domain.

At least for Debian.

Image
@obiwantoby commented on GitHub (Jan 25, 2025): Well - this is occurring for the Debian script as well. Their Let's Encrypt Certificate was renewed today with the wrong mismatched domain. At least for Debian. <img width="1191" alt="Image" src="https://github.com/user-attachments/assets/8bfd483c-6762-4837-8592-cf7d9701bd4d" />
Author
Owner

@hickmjr commented on GitHub (Jan 25, 2025):

Image

Looks like an invalid certificate is the issue in this case.

@hickmjr commented on GitHub (Jan 25, 2025): ![Image](https://github.com/user-attachments/assets/65d71fe9-83e4-4fe0-a146-3980c4117dfe) Looks like an invalid certificate is the issue in this case.
Author
Owner

@MickLesk commented on GitHub (Jan 25, 2025):

Can be closed?

@MickLesk commented on GitHub (Jan 25, 2025): Can be closed?
Author
Owner

@hickmjr commented on GitHub (Jan 26, 2025):

issue resolved now that Debian fixed their cert.

@hickmjr commented on GitHub (Jan 26, 2025): issue resolved now that Debian fixed their cert.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#381