mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-05 15:48:59 +00:00
20 lines
634 B
Plaintext
20 lines
634 B
Plaintext
{
|
|
"name": "Alpine Linux",
|
|
"category": "guest",
|
|
"description": "Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.",
|
|
"vendor_name": "Alpine Linux Development Team",
|
|
"vendor_url": "http://alpinelinux.org",
|
|
"documentation_url": "http://wiki.alpinelinux.org",
|
|
"product_name": "Alpine Linux",
|
|
"registry_version": 3,
|
|
"status": "stable",
|
|
"maintainer": "GNS3 Team",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"symbol": "linux_guest.svg",
|
|
"docker": {
|
|
"adapters": 1,
|
|
"image": "alpine",
|
|
"console_type": "telnet"
|
|
}
|
|
}
|