mirror of
https://github.com/hegdepavankumar/Cisco-Images-for-GNS3-and-EVE-NG.git
synced 2024-12-18 20:47:52 +00:00
Add files via upload
This commit is contained in:
parent
e40c1dbfa5
commit
3f0f7cb56d
18
Network Tools/network_automation.gns3a
Normal file
18
Network Tools/network_automation.gns3a
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Network Automation",
|
||||
"category": "guest",
|
||||
"description": "This container provides the popular tools used for network automation: Netmiko, NAPALM, Pyntc, and Ansible.",
|
||||
"vendor_name": "GNS3",
|
||||
"vendor_url": "http://www.gns3.com",
|
||||
"product_name": "Network Automation",
|
||||
"registry_version": 3,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"symbol": "linux_guest.svg",
|
||||
"docker": {
|
||||
"adapters": 1,
|
||||
"image": "adosztal/network_automation:latest",
|
||||
"console_type": "telnet"
|
||||
}
|
||||
}
|
18
Network Tools/ubuntu-docker.gns3a
Normal file
18
Network Tools/ubuntu-docker.gns3a
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"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",
|
||||
"product_name": "Ubuntu",
|
||||
"registry_version": 3,
|
||||
"status": "stable",
|
||||
"maintainer": "GNS3 Team",
|
||||
"maintainer_email": "developers@gns3.net",
|
||||
"symbol": "linux_guest.svg",
|
||||
"docker": {
|
||||
"adapters": 1,
|
||||
"image": "gns3/ubuntu:xenial",
|
||||
"console_type": "telnet"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user