Error while running Docker VM #655

Closed
opened 2025-11-20 04:51:45 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @dj-fiorex on GitHub (Mar 5, 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.

I tried to run the install command in a Proxmox 8.2.7, standard installation.
the script will block exactly on the same line every time
the Docker VM script advanced options DOES not provide a way to enable verbose mode.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

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

Paste the full error output (if available).

Using Default Settings
Using Virtual Machine ID: 109
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:2C:F2:96:EF:F3
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 109.
 ✓ https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2
debian-12-nocloud-amd64.qcow2                                                      17%[===================================>                                                                                                                                                                         ]  71.29M  45.1MB/s    in 1.6s    

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

🖼️ Additional context (optional).

No response

Originally created by @dj-fiorex on GitHub (Mar 5, 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. I tried to run the install command in a Proxmox 8.2.7, standard installation. the script will block exactly on the same line every time the Docker VM script advanced options DOES not provide a way to enable verbose mode. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. launch `bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/vm/docker-vm.sh)"` ### ❌ Paste the full error output (if available). ``` Using Default Settings Using Virtual Machine ID: 109 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:2C:F2:96:EF:F3 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 109. ✓ https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-nocloud-amd64.qcow2 debian-12-nocloud-amd64.qcow2 17%[===================================> ] 71.29M 45.1MB/s in 1.6s [ERROR] in line 391: exit code 3: while executing command wget -q --show-progress $URL ``` ### 🖼️ Additional context (optional). _No response_
saavagebueno added the questionbug labels 2025-11-20 04:51:45 -05:00
Author
Owner

@MickLesk commented on GitHub (Mar 5, 2025):

Network Break? Its downloaded until 17% and breaks. For me it works smooth, other installations too.

@MickLesk commented on GitHub (Mar 5, 2025): Network Break? Its downloaded until 17% and breaks. For me it works smooth, other installations too.
Author
Owner

@dj-fiorex commented on GitHub (Mar 5, 2025):

I didn't get any network errors from other containers, and the fact that it will always block at 17% is strange! Is there a way to enable verbose mode?
Thanks

@dj-fiorex commented on GitHub (Mar 5, 2025): I didn't get any network errors from other containers, and the fact that it will always block at 17% is strange! Is there a way to enable verbose mode? Thanks
Author
Owner

@MickLesk commented on GitHub (Mar 5, 2025):

you can download the file, remove the "-q --show-progress" and execute directly on your proxmox

@MickLesk commented on GitHub (Mar 5, 2025): you can download the file, remove the "-q --show-progress" and execute directly on your proxmox
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#655