ProxmoxVE/json/docker.json

44 lines
1.3 KiB
JSON

{
"name": "Docker",
"slug": "docker",
"categories": [
"Docker - Kubernetes"
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": 0,
"privileged": 0,
"interface_port": "0",
"documentation": "",
"website": "https://www.docker.com/",
"logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/docker.svg",
"description": "Docker is an open-source project for automating the deployment of applications as portable, self-sufficient containers.",
"install_methods": [
{
"type": "default",
"script": "ct/docker.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "4",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "",
"password": ""
},
"alerts": [
{
"alert": "If the LXC is created Privileged, the script will automatically set up USB passthrough."
},
{
"alert": "Run Compose V2 by replacing the hyphen (-) with a space, using `docker compose`, instead of `docker-compose`."
},
{
"alert": "Options to Install Portainer and/or Docker Compose V2"
}
]
}