[PR #5889] [MERGED] Refactor & Function Bump: Docker #6191

Closed
opened 2025-11-20 07:09:31 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/5889
Author: @MickLesk
Created: 7/9/2025
Status: Merged
Merged: 7/11/2025
Merged by: @CrazyWolf13

Base: mainHead: docker_ref


📝 Commits (4)

📊 Changes

2 files changed (+97 additions, -25 deletions)

View changed files

📝 ct/docker.sh (+63 -13)
📝 install/docker-install.sh (+34 -12)

📄 Description

✍️ Description

  • Refactor
  • Adding Features:
    1. Install Compose v2 Plugin
    1. Portainer
    1. Portainer Agent (only if Portainer not installed)
    1. Expose Docker TCP Socket - Local, No, All Interfaces
  • Update-Script Refactor - autom. Crawling if Portainer / Agent Installed / Docker V2 Installed -> Update this
image image

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/5889 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 7/9/2025 **Status:** ✅ Merged **Merged:** 7/11/2025 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `docker_ref` --- ### 📝 Commits (4) - [`cbb91ad`](https://github.com/community-scripts/ProxmoxVE/commit/cbb91adf09460efea050b11e70a7e2af032098a4) Refactor: Docker - [`8e55a9b`](https://github.com/community-scripts/ProxmoxVE/commit/8e55a9b0b0098c405ae9548a819e287b9391dcd3) add more features - [`23d5cd1`](https://github.com/community-scripts/ProxmoxVE/commit/23d5cd197ecb4a397485d0addf3ad1d58e8e62cd) update_script - [`f44ecca`](https://github.com/community-scripts/ProxmoxVE/commit/f44ecca843d4bec9e2be362b64a6d6d410e672f7) Update docker.sh ### 📊 Changes **2 files changed** (+97 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `ct/docker.sh` (+63 -13) 📝 `install/docker-install.sh` (+34 -12) </details> ### 📄 Description ## ✍️ Description - Refactor - Adding Features: - 1. Install Compose v2 Plugin - 2. Portainer - 3. Portainer Agent (only if Portainer not installed) - 4. Expose Docker TCP Socket - Local, No, All Interfaces - Update-Script Refactor - autom. Crawling if Portainer / Agent Installed / Docker V2 Installed -> Update this <img width="993" height="215" alt="image" src="https://github.com/user-attachments/assets/cf21a009-ef07-4963-9f01-6eb01204f8d9" /> <img width="1036" height="179" alt="image" src="https://github.com/user-attachments/assets/987be0c1-cf72-406a-8910-db7ba417b5a2" /> ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [x] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [ ] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 07:09:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#6191