1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-09 09:33:05 +00:00
gns3-server/gns3server/appliances/mcjoin.gns3a
2021-05-10 22:39:03 +09:30

19 lines
553 B
Plaintext

{
"name": "mcjoin",
"category": "guest",
"description": "mcjoin is a very simple and easy-to-use tool to test IPv4 and IPv6 multicast.",
"vendor_name": "Joachim Nilsson",
"vendor_url": "https://github.com/troglobit",
"product_name": "mcjoin",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"symbol": "linux_guest.svg",
"docker": {
"adapters": 1,
"image": "troglobit/mcjoin:latest",
"console_type": "telnet"
}
}