[PR #1608] [MERGED] New Script: Docker VM #3112

Open
opened 2025-11-20 05:33:29 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1608
Author: @thost96
Created: 1/20/2025
Status: Merged
Merged: 1/21/2025
Merged by: @MickLesk

Base: mainHead: docker-vm


📝 Commits (4)

📊 Changes

2 files changed (+511 additions, -0 deletions)

View changed files

json/docker-vm.json (+43 -0)
vm/docker-vm.sh (+468 -0)

📄 Description

✍️ Description

This is a Deployment Script for a Debian 12 VM with Docker and Docker Compose Plugin (V2) pre-installed. Works and tested on amd64 and arm64 CPU Architecture.

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • [] Bug fix (non-breaking change that resolves an issue)
  • [] New feature (non-breaking change that adds functionality)
  • [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

🔄 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/1608 **Author:** [@thost96](https://github.com/thost96) **Created:** 1/20/2025 **Status:** ✅ Merged **Merged:** 1/21/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `docker-vm` --- ### 📝 Commits (4) - [`bc5bd69`](https://github.com/community-scripts/ProxmoxVE/commit/bc5bd69ddd00b7a0562140eaf78734ddda1e1681) Docker VM - [`5ff2f72`](https://github.com/community-scripts/ProxmoxVE/commit/5ff2f72bc4063492efa6822faed61929e56fb097) fixed json spaces - [`be15907`](https://github.com/community-scripts/ProxmoxVE/commit/be159075b018a9ac3314c29b59c1d32ff32840b3) json lint fix - [`9624096`](https://github.com/community-scripts/ProxmoxVE/commit/96240969ea8e1856cfb8d29843a8b7385b1e85f9) change category to OS ### 📊 Changes **2 files changed** (+511 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `json/docker-vm.json` (+43 -0) ➕ `vm/docker-vm.sh` (+468 -0) </details> ### 📄 Description ## ✍️ Description This is a Deployment Script for a Debian 12 VM with Docker and Docker Compose Plugin (V2) pre-installed. Works and tested on amd64 and arm64 CPU Architecture. ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [X] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [X] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [] Bug fix (non-breaking change that resolves an issue) - [] New feature (non-breaking change that adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [X] New script (a fully functional and thoroughly tested script or set of scripts) --- <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 05:33:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3112