mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-31 08:49:02 +00:00
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "Docker",
|
|
"slug": "docker-vm",
|
|
"categories": [
|
|
2,
|
|
3
|
|
],
|
|
"date_created": "2025-01-20",
|
|
"type": "vm",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": null,
|
|
"documentation": null,
|
|
"website": "https://www.docker.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/docker.webp",
|
|
"config_path": "",
|
|
"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.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "vm/docker-vm.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 4096,
|
|
"hdd": 8,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": "docker"
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "This Script works on amd64 and arm64 Architecture.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|