Skip to content

Commit 64e14fe

Browse files
thost96MickLesk
andauthored
New Script: Docker VM (#1608)
* Docker VM * fixed json spaces * json lint fix * change category to OS --------- Co-authored-by: CanbiZ <[email protected]>
1 parent a8f8ca6 commit 64e14fe

File tree

2 files changed

+511
-0
lines changed

2 files changed

+511
-0
lines changed

json/docker-vm.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "Docker VM",
3+
"slug": "docker-vm",
4+
"categories": [
5+
2
6+
],
7+
"date_created": "2025-01-20",
8+
"type": "vm",
9+
"updateable": false,
10+
"privileged": false,
11+
"interface_port": null,
12+
"documentation": null,
13+
"website": "https://www.docker.com/",
14+
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/docker.svg",
15+
"description": "Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers. This Template includes Docker Engine and Docker Compose Plugin.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "vm/docker-vm.sh",
20+
"resources": {
21+
"cpu": 2,
22+
"ram": 4096,
23+
"hdd": 8,
24+
"os": "debian",
25+
"version": "12"
26+
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": "root",
31+
"password": "docker"
32+
},
33+
"notes": [
34+
{
35+
"text": "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.",
36+
"type": "info"
37+
},
38+
{
39+
"text": "This Script works on amd64 and arm64 Architecture.",
40+
"type": "info"
41+
}
42+
]
43+
}

0 commit comments

Comments
 (0)