2025-01-21 09:07:45 +01:00
{
2025-01-21 11:22:46 +02:00
"name" : "Docker" ,
2025-01-21 09:07:45 +01:00
"slug" : "docker-vm" ,
"categories" : [
2025-05-20 11:51:20 +02:00
2 ,
3
2025-01-21 09:07:45 +01:00
] ,
"date_created" : "2025-01-20" ,
"type" : "vm" ,
2025-06-25 20:40:33 +02:00
"updateable" : true ,
2025-01-21 09:07:45 +01:00
"privileged" : false ,
"interface_port" : null ,
"documentation" : null ,
"website" : "https://www.docker.com/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/docker.webp" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2025-01-21 09:07:45 +01:00
"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" : {
2025-05-20 11:51:20 +02:00
"cpu" : 2 ,
"ram" : 4096 ,
2025-05-29 19:25:25 +02:00
"hdd" : 10 ,
2025-05-20 11:51:20 +02:00
"os" : "debian" ,
"version" : "12"
2025-01-21 09:07:45 +01:00
}
}
] ,
"default_credentials" : {
2025-05-20 11:51:20 +02:00
"username" : "root" ,
"password" : "docker"
2025-01-21 09:07:45 +01:00
} ,
"notes" : [
{
2025-05-20 11:51:20 +02:00
"text" : "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP." ,
"type" : "info"
2025-01-21 09:07:45 +01:00
} ,
{
2025-05-20 11:51:20 +02:00
"text" : "This Script works on amd64 and arm64 Architecture." ,
"type" : "info"
2025-01-21 09:07:45 +01:00
}
]
}