mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-05 15:48:59 +00:00
21 lines
998 B
Plaintext
21 lines
998 B
Plaintext
{
|
|
"appliance_id": "da783400-a388-4cb2-8299-f916e3a1cc10",
|
|
"name": "Ubuntu Docker Guest",
|
|
"category": "guest",
|
|
"description": "Ubuntu is a Debian-based Linux operating system, with Unity as its default desktop environment. It is based on free software and named after the Southern African philosophy of ubuntu (literally, \"human-ness\"), which often is translated as \"humanity towards others\" or \"the belief in a universal bond of sharing that connects all humanity\".",
|
|
"vendor_name": "Canonical",
|
|
"vendor_url": "http://www.ubuntu.com",
|
|
"vendor_logo_url": "https://raw.githubusercontent.com/GNS3/gns3-registry/master/vendor-logos/Ubuntu Docker Guest.png",
|
|
"product_name": "Ubuntu",
|
|
"registry_version": 4,
|
|
"status": "stable",
|
|
"maintainer": "GNS3 Team",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"symbol": "linux_guest.svg",
|
|
"docker": {
|
|
"adapters": 1,
|
|
"image": "gns3/ubuntu:focal",
|
|
"console_type": "telnet"
|
|
}
|
|
}
|