Docker LXC install error #1594

Closed
opened 2026-02-05 01:42:25 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @aptonline on GitHub (Sep 7, 2025).

Have you read and understood the above guidelines?

yes

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

Docker LXC

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/docker.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

📈 Which Proxmox version are you on?

8.4.6

📝 Provide a clear and concise description of the issue.

When installing a fresh Docker LXC the script fails during install (see below).

🔄 Steps to reproduce the issue.

Paste, install script, choose default settings, output works until update container OS has completed then errors (see below)

Paste the full error output (if available).

⚙️ Using Default Settings on node pve-tc
🆔 Container ID: 144
🖥️ Operating System: debian (12)
📦 Container Type: Unprivileged
💾 Disk Size: 4 GB
🧠 CPU Cores: 2
🛠️ RAM Size: 2048 MiB
🚀 Creating a Docker LXC using the above default settings

✔️ Storage ds918 (Free: 1.4TB Used: 8.9TB) [Template]
✔️ Storage ds918 (Free: 1.4TB Used: 8.9TB) [Container]
✔️ Template debian-12-standard_12.7-1_amd64.tar.zst [local]
✔️ LXC Container 144 was successfully created.
✔️ Started LXC Container
✔️ Network in LXC is reachable (ping)
⠦ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
⠸ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Extracting templates from packages: 100%
✔️ Customized LXC Container
✔️ Set up Container OS
✔️ Network Connected: 192.168.1.138 fde3:89de:c359:243:be24:11ff:fef0:43cb
✔️ IPv4 Internet Connected
✖️ IPv6 Internet Not Connected
✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ )
✔️ Updated Container OS
curl: (22) The requested URL returned error: 403

[ERROR] in line 20: exit code 0: while executing command DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby")

[ERROR] in line 1353: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

tried with advanced and regular settings same issue.

Originally created by @aptonline on GitHub (Sep 7, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Docker LXC ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/docker.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 📈 Which Proxmox version are you on? 8.4.6 ### 📝 Provide a clear and concise description of the issue. When installing a fresh Docker LXC the script fails during install (see below). ### 🔄 Steps to reproduce the issue. Paste, install script, choose default settings, output works until update container OS has completed then errors (see below) ### ❌ Paste the full error output (if available). ⚙️ Using Default Settings on node pve-tc 🆔 Container ID: 144 🖥️ Operating System: debian (12) 📦 Container Type: Unprivileged 💾 Disk Size: 4 GB 🧠 CPU Cores: 2 🛠️ RAM Size: 2048 MiB 🚀 Creating a Docker LXC using the above default settings ✔️ Storage ds918 (Free: 1.4TB Used: 8.9TB) [Template] ✔️ Storage ds918 (Free: 1.4TB Used: 8.9TB) [Container] ✔️ Template debian-12-standard_12.7-1_amd64.tar.zst [local] ✔️ LXC Container 144 was successfully created. ✔️ Started LXC Container ✔️ Network in LXC is reachable (ping) ⠦ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) ⠸ Customizing LXC Containerbash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) Extracting templates from packages: 100% ✔️ Customized LXC Container ✔️ Set up Container OS ✔️ Network Connected: 192.168.1.138 fde3:89de:c359:243:be24:11ff:fef0:43cb ✔️ IPv4 Internet Connected ✖️ IPv6 Internet Not Connected ✔️ Git DNS: github.com:(✔️ ) raw.githubusercontent.com:(✔️ ) api.github.com:(✔️ ) git.community-scripts.org:(✔️ ) ✔️ Updated Container OS curl: (22) The requested URL returned error: 403 [ERROR] in line 20: exit code 0: while executing command DOCKER_LATEST_VERSION=$(get_latest_release "moby/moby") [ERROR] in line 1353: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). tried with advanced and regular settings same issue.
OVERLORD added the bug label 2026-02-05 01:42:25 +03:00
Author
Owner

@MickLesk commented on GitHub (Sep 7, 2025):

AdBlock? You get an 403 forbidden while calling GitHub API (docker Moby Repo)

@MickLesk commented on GitHub (Sep 7, 2025): AdBlock? You get an 403 forbidden while calling GitHub API (docker Moby Repo)
Author
Owner

@aptonline commented on GitHub (Sep 7, 2025):

Don’t usually have this issue, installed the script many times before with no problems. Will double check though.

@aptonline commented on GitHub (Sep 7, 2025): Don’t usually have this issue, installed the script many times before with no problems. Will double check though.
Author
Owner

@aptonline commented on GitHub (Sep 8, 2025):

It started working, didn't change anything but has now successfully installed.

@aptonline commented on GitHub (Sep 8, 2025): It started working, didn't change anything but has now successfully installed.
Author
Owner

@tremor021 commented on GitHub (Sep 8, 2025):

@aptonline sometimes github mess around with stuff, but it usually gets resolved quickly.

@tremor021 commented on GitHub (Sep 8, 2025): @aptonline sometimes github mess around with stuff, but it usually gets resolved quickly.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1594